C# 클래스 Akka.Streams.Tests.Performance.MaterializationBenchmark

파일 보기 프로젝트 열기: rogeralsing/akka.net 1 사용 예제들

공개 메소드들

메소드 설명
FlowWithMapBuilder ( int numberOfCombinators ) : IRunnableGraph
GraphWithImportedFlowBuilder ( int numberOfFlows ) : IRunnableGraph
GraphWithJunctionsBuilder ( int numberOfJunctions ) : IRunnableGraph
GraphWithNestedImportsBuilder ( int numberOfNestedGraphs ) : IRunnableGraph

비공개 메소드들

메소드 설명
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

메소드 상세

FlowWithMapBuilder() 공개 정적인 메소드

public static FlowWithMapBuilder ( int numberOfCombinators ) : IRunnableGraph
numberOfCombinators int
리턴 IRunnableGraph

GraphWithImportedFlowBuilder() 공개 정적인 메소드

public static GraphWithImportedFlowBuilder ( int numberOfFlows ) : IRunnableGraph
numberOfFlows int
리턴 IRunnableGraph

GraphWithJunctionsBuilder() 공개 정적인 메소드

public static GraphWithJunctionsBuilder ( int numberOfJunctions ) : IRunnableGraph
numberOfJunctions int
리턴 IRunnableGraph

GraphWithNestedImportsBuilder() 공개 정적인 메소드

public static GraphWithNestedImportsBuilder ( int numberOfNestedGraphs ) : IRunnableGraph
numberOfNestedGraphs int
리턴 IRunnableGraph