benchmark/edge_lookup_test
author alpar
Tue, 17 Oct 2006 11:02:30 +0000
changeset 2252 133028e83940
permissions -rwxr-xr-x
A trial to make the last test platform independent.
     1 #!/bin/bash
     2 
     3 for((i=1;i<50;i++))
     4 do
     5     echo -n $i ''
     6     edge_lookup 100 $i
     7 done