benchmark/edge_lookup_test
author alpar
Thu, 30 Nov 2006 14:42:18 +0000
changeset 2319 99b1f7aec9d5
permissions -rwxr-xr-x
- Change the subjects of broken repository mail alerts.
- Do not send the log file to the list
     1 #!/bin/bash
     2 
     3 for((i=1;i<50;i++))
     4 do
     5     echo -n $i ''
     6     edge_lookup 100 $i
     7 done