GraphWithImportedFlowBuilder() public static method

public static GraphWithImportedFlowBuilder ( int numberOfFlows ) : IRunnableGraph
numberOfFlows int
return IRunnableGraph
Exemplo n.º 1
0
 public void Graph_with_1000_imported_flows() => MaterializationBenchmark.GraphWithImportedFlowBuilder(1000);