C# Класс Akka.Streams.Tests.Performance.MaterializationBenchmark

Показать файл Открыть проект Примеры использования класса

Открытые методы

Метод Описание
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