String fileName = args[0];
// String fileName = "/home/stefan/tmp/imdb/imdb-full.dgs";
// String fileName = "/home/stefan/tmp/yoann/test_cleaned.dgs";
int gCount = 2;
Graph[] graphs = new Graph[gCount];
graphs[0] = new SingleGraph("Single");
graphs[2] = new AdjacencyListGraph("Adj");
BenchPerformance[] tests = new BenchPerformance[gCount];
for (int i = 0; i < gCount; i++) {
System.out.println("Loading graph " + graphs[i].getId());