We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 86dd5a0 commit e830208Copy full SHA for e830208
test/benchmarks/driver_bench/src/runner.mts
@@ -95,6 +95,7 @@ console.log(
95
...['total time:', totalDuration, 'sec,'],
96
...['ran:', count, 'times,'],
97
...['median time per run:', medianExecution, 'sec,'],
98
+ ...['taskSize:', benchmark.taskSize, 'mb,'],
99
...['throughput:', megabytesPerSecond, 'mb/sec']
100
);
101
0 commit comments