benchmark/edge_lookup_test
author alpar
Wed, 08 Nov 2006 23:40:08 +0000
changeset 2295 e464aaa8cdd7
permissions -rwxr-xr-x
Send message to the commit author, as well
     1 #!/bin/bash
     2 
     3 for((i=1;i<50;i++))
     4 do
     5     echo -n $i ''
     6     edge_lookup 100 $i
     7 done