benchmark/edge_lookup_test
author alpar
Mon, 04 Dec 2006 15:00:24 +0000
changeset 2323 8b18b6fed090
permissions -rwxr-xr-x
Check for gcc version 3.3, 3.4 and 4.0 as well
     1 #!/bin/bash
     2 
     3 for((i=1;i<50;i++))
     4 do
     5     echo -n $i ''
     6     edge_lookup 100 $i
     7 done