benchmark/edge_lookup_test
author deba
Wed, 28 Nov 2007 17:40:41 +0000
changeset 2525 10715b6bcd86
permissions -rwxr-xr-x
Using linked elevator
It is conform to the Graph concept in that sense
the graph maps should not be ReferenceMap
     1 #!/bin/bash
     2 
     3 for((i=1;i<50;i++))
     4 do
     5     echo -n $i ''
     6     edge_lookup 100 $i
     7 done