Skip to content

Commit e830208

Browse files
committed
chore: print taskSize
1 parent 86dd5a0 commit e830208

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

test/benchmarks/driver_bench/src/runner.mts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -95,6 +95,7 @@ console.log(
9595
...['total time:', totalDuration, 'sec,'],
9696
...['ran:', count, 'times,'],
9797
...['median time per run:', medianExecution, 'sec,'],
98+
...['taskSize:', benchmark.taskSize, 'mb,'],
9899
...['throughput:', megabytesPerSecond, 'mb/sec']
99100
);
100101

0 commit comments

Comments
 (0)