// see SparkseeGraphTest#generateGraph(...) -> blueprints-sparksee.cfg
com.sparsity.sparksee.gdb.SparkseeConfig cfg = new com.sparsity.sparksee.gdb.SparkseeConfig();
if (cfg.getLicense() == null || cfg.getLicense().length() == 0) {
printPerformance(graph.toString(), null, "skip because no license", this.stopWatch());
graph.shutdown();
return;
}
new GraphMLReader(graph).inputGraph(GraphMLReader.class.getResourceAsStream("graph-example-2.xml"));
printPerformance(graph.toString(), null, "load", this.stopWatch());