benchmark/edge_lookup_test
author ladanyi
Mon, 31 Dec 2007 19:21:21 +0000
changeset 2551 5004899aa870
permissions -rwxr-xr-x
Include functional because of std::less.
     1 #!/bin/bash
     2 
     3 for((i=1;i<50;i++))
     4 do
     5     echo -n $i ''
     6     edge_lookup 100 $i
     7 done