benchmark/edge_lookup_test
author alpar
Fri, 08 Feb 2008 10:18:55 +0000
changeset 2568 046c055217f6
permissions -rwxr-xr-x
Math constants + configure bugfix backported
from hg a315a588a20d and 761622e5ed4c
     1 #!/bin/bash
     2 
     3 for((i=1;i<50;i++))
     4 do
     5     echo -n $i ''
     6     edge_lookup 100 $i
     7 done