Ejemplo n.º 1
0
 public void Graph_with_1000_nested_imports() => MaterializationBenchmark.GraphWithNestedImportsBuilder(1000);
Ejemplo n.º 2
0
 public void Flow_with_1000_map() => MaterializationBenchmark.FlowWithMapBuilder(1000);
Ejemplo n.º 3
0
 public void Graph_with_1000_junction() => MaterializationBenchmark.GraphWithJunctionsBuilder(1000);
Ejemplo n.º 4
0
 public void Graph_with_1000_imported_flows() => MaterializationBenchmark.GraphWithImportedFlowBuilder(1000);