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;
91
BenchmarkResultTask = new TaskCompletionSource<
BenchmarkResult
>();
108
var
results = await BenchmarkResultTask.Task;
131
private static void FormatAsBenchmarksOutput(
BenchmarkResult
benchmarkResult, bool includeMetadata, bool isStressRun)
264
static void PrettyPrint(
BenchmarkResult
benchmarkResult)