benchmark/edge_lookup_test
author kpeter
Fri, 06 Feb 2009 21:52:34 +0000
changeset 2634 e98bbe64cca4
permissions -rwxr-xr-x
Rework Network Simplex
Use simpler and faster graph implementation instead of SmartGraph
     1 #!/bin/bash
     2 
     3 for((i=1;i<50;i++))
     4 do
     5     echo -n $i ''
     6     edge_lookup 100 $i
     7 done