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