3 references to DownloadSize
Wasm.Performance.Driver (3)
Program.cs (3)
143
if (benchmarkResult.
DownloadSize
!= null)
158
Value = ((float)benchmarkResult.
DownloadSize
) / 1024,
274
Console.WriteLine($"Download size: {(benchmarkResult.
DownloadSize
/ 1024)}kb.");