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