benchmark/edge_lookup_test
author kpeter
Wed, 19 Sep 2007 23:35:27 +0000
changeset 2474 e6368948d5f7
permissions -rwxr-xr-x
Small bug fixes and changes in the documentation.
     1 #!/bin/bash
     2 
     3 for((i=1;i<50;i++))
     4 do
     5     echo -n $i ''
     6     edge_lookup 100 $i
     7 done