1 write to BenchmarkResultTask
Wasm.Performance.Driver (1)
Program.cs (1)
88BenchmarkResultTask = new TaskCompletionSource<BenchmarkResult>();
3 references to BenchmarkResultTask
Wasm.Performance.Driver (3)
BenchmarkResultsStartup.cs (1)
27Program.BenchmarkResultTask.TrySetResult(result);
Program.cs (2)
102BenchmarkResultTask.TrySetException(new TimeoutException(exceptionMessage)); 105var results = await BenchmarkResultTask.Task;