3 references to BenchmarkScenarioResult
Wasm.Performance.Driver (3)
BenchmarkResult.cs (1)
9
public List<
BenchmarkScenarioResult
> ScenarioResults { get; set; }
Program.cs (2)
219
foreach (
var
result in benchmarkResult.ScenarioResults)
267
foreach (
var
result in benchmarkResult.ScenarioResults)