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