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