benchmark/edge_lookup_test
author ladanyi
Sat, 01 Mar 2008 20:07:29 +0000
changeset 2590 47c245b97199
permissions -rwxr-xr-x
There is no 'long long int' type in C++98 (only in C99).
     1 #!/bin/bash
     2 
     3 for((i=1;i<50;i++))
     4 do
     5     echo -n $i ''
     6     edge_lookup 100 $i
     7 done