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