C# Class Akka.Streams.Tests.Performance.MaterializationBenchmark

Show file Open project: rogeralsing/akka.net Class Usage Examples

Public Methods

Method Description
FlowWithMapBuilder ( int numberOfCombinators ) : IRunnableGraph
GraphWithImportedFlowBuilder ( int numberOfFlows ) : IRunnableGraph
GraphWithJunctionsBuilder ( int numberOfJunctions ) : IRunnableGraph
GraphWithNestedImportsBuilder ( int numberOfNestedGraphs ) : IRunnableGraph

Private Methods

Method Description
Flow_with_1000_map ( ) : void
Flow_with_100_map ( ) : void
Flow_with_10_map ( ) : void
Flow_with_1_map ( ) : void
Graph_with_1000_imported_flows ( ) : void
Graph_with_1000_junction ( ) : void
Graph_with_1000_nested_imports ( ) : void
Graph_with_100_imported_flows ( ) : void
Graph_with_100_junction ( ) : void
Graph_with_100_nested_imports ( ) : void
Graph_with_10_imported_flows ( ) : void
Graph_with_10_junction ( ) : void
Graph_with_10_nested_imports ( ) : void
Graph_with_1_imported_flow ( ) : void
Graph_with_1_junction ( ) : void
Graph_with_1_nested_imports ( ) : void
Setup ( BenchmarkContext context ) : void
Shutdown ( ) : void

Method Details

FlowWithMapBuilder() public static method

public static FlowWithMapBuilder ( int numberOfCombinators ) : IRunnableGraph
numberOfCombinators int
return IRunnableGraph

GraphWithImportedFlowBuilder() public static method

public static GraphWithImportedFlowBuilder ( int numberOfFlows ) : IRunnableGraph
numberOfFlows int
return IRunnableGraph

GraphWithJunctionsBuilder() public static method

public static GraphWithJunctionsBuilder ( int numberOfJunctions ) : IRunnableGraph
numberOfJunctions int
return IRunnableGraph

GraphWithNestedImportsBuilder() public static method

public static GraphWithNestedImportsBuilder ( int numberOfNestedGraphs ) : IRunnableGraph
numberOfNestedGraphs int
return IRunnableGraph