benchmark/edge_lookup_test
author alpar
Thu, 09 Nov 2006 00:50:07 +0000
changeset 2299 227ea098a6b6
permissions -rwxr-xr-x
Bugfix: didn't removed the lock file if something went wrong
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