benchmark/edge_lookup_test
author deba
Tue, 22 Jul 2008 11:29:57 +0000
changeset 2617 5222a3c470ed
permissions -rwxr-xr-x
Backport bug fix for Id handling from hg changeset [e67acd83a9ca]
     1 #!/bin/bash
     2 
     3 for((i=1;i<50;i++))
     4 do
     5     echo -n $i ''
     6     edge_lookup 100 $i
     7 done