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