benchmark/edge_lookup_test
author deba
Thu, 11 Jan 2007 21:05:00 +0000
changeset 2337 9c3d44ac39fb
permissions -rwxr-xr-x
Adding two heuristics
Based on:
http://www.avglab.com/andrew/pub/neci-tr-96-132.ps
     1 #!/bin/bash
     2 
     3 for((i=1;i<50;i++))
     4 do
     5     echo -n $i ''
     6     edge_lookup 100 $i
     7 done