benchmark/edge_lookup_test
author deba
Fri, 03 Nov 2006 14:20:24 +0000
changeset 2290 f30867b359a8
permissions -rwxr-xr-x
GraphCopy and UGraphCopy modifications
Preliminary support for static graphs
=> cloning graphs

Added BpUGraphCopy

Tests for graph copies
     1 #!/bin/bash
     2 
     3 for((i=1;i<50;i++))
     4 do
     5     echo -n $i ''
     6     edge_lookup 100 $i
     7 done