benchmark/edge_lookup_test
author kpeter
Mon, 01 Jun 2009 15:35:27 +0000
changeset 2635 23570e368afa
permissions -rwxr-xr-x
XTI data structure for NS - backport hg commit [8c3112a66878]
     1 #!/bin/bash
     2 
     3 for((i=1;i<50;i++))
     4 do
     5     echo -n $i ''
     6     edge_lookup 100 $i
     7 done