benchmark/edge_lookup_test
author athos
Tue, 31 Oct 2006 15:57:53 +0000
changeset 2288 ef8af928c54e
permissions -rwxr-xr-x
Corrected some typos and grammatical errors.
alpar@2235
     1
#!/bin/bash
alpar@2235
     2
alpar@2235
     3
for((i=1;i<50;i++))
alpar@2235
     4
do
alpar@2235
     5
    echo -n $i ''
alpar@2235
     6
    edge_lookup 100 $i
alpar@2235
     7
done