C# Class FoundationDB.Samples.Benchmarks.BenchRunner

Inheritance: IAsyncTest
Afficher le fichier Open project: BedeGaming/foundationdb-dotnet-client

Méthodes publiques

Méthode Description
BenchRunner ( BenchMode mode, int value = 1 ) : Doxense.Mathematics.Statistics
Init ( IFdbDatabase db, CancellationToken ct ) : Task

Setup the initial state of the database

Run ( IFdbDatabase db, TextWriter log, CancellationToken ct ) : Task

Method Details

BenchRunner() public méthode

public BenchRunner ( BenchMode mode, int value = 1 ) : Doxense.Mathematics.Statistics
mode BenchMode
value int
Résultat Doxense.Mathematics.Statistics

Init() public méthode

Setup the initial state of the database
public Init ( IFdbDatabase db, CancellationToken ct ) : Task
db IFdbDatabase
ct System.Threading.CancellationToken
Résultat Task

Run() public méthode

public Run ( IFdbDatabase db, TextWriter log, CancellationToken ct ) : Task
db IFdbDatabase
log System.IO.TextWriter
ct System.Threading.CancellationToken
Résultat Task