benchmark/edge_lookup_test
author deba
Fri, 03 Nov 2006 16:29:32 +0000
changeset 2293 1ee6e8788cc7
permissions -rwxr-xr-x
First implementation of the static graph class
It could be improved to get better running times on benchmarks
     1 #!/bin/bash
     2 
     3 for((i=1;i<50;i++))
     4 do
     5     echo -n $i ''
     6     edge_lookup 100 $i
     7 done