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