7 references to BenchmarkResult
Wasm.Performance.Driver (7)
BenchmarkResultsStartup.cs (2)
22var result = await JsonSerializer.DeserializeAsync<BenchmarkResult>(context.Request.Body, new JsonSerializerOptions
Program.cs (5)
19internal static TaskCompletionSource<BenchmarkResult> BenchmarkResultTask; 88BenchmarkResultTask = new TaskCompletionSource<BenchmarkResult>(); 105var results = await BenchmarkResultTask.Task; 128private static void FormatAsBenchmarksOutput(BenchmarkResult benchmarkResult, bool includeMetadata, bool isStressRun) 261static void PrettyPrint(BenchmarkResult benchmarkResult)