benchmark/edge_lookup_test
author athos
Tue, 27 Mar 2007 09:23:33 +0000
changeset 2415 ef13597d249a
permissions -rwxr-xr-x
I only corrected bugs to make things compile: some featured not implemented here yet.
     1 #!/bin/bash
     2 
     3 for((i=1;i<50;i++))
     4 do
     5     echo -n $i ''
     6     edge_lookup 100 $i
     7 done