Skip to content

Commit 96b375a

Browse files
committed
consistently use *iB
1 parent c4314cf commit 96b375a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

run_benchmarks

+1-1
Original file line numberDiff line numberDiff line change
@@ -480,7 +480,7 @@ def main():
480480
for concurrency in sorted(args.concurrency_levels):
481481
for msgsize in sorted(args.payload_size_levels):
482482
variations.append({
483-
'title': '{}kb messages, concurrency {}'.format(
483+
'title': '{}KiB messages, concurrency {}'.format(
484484
round(msgsize / 1024, 1), concurrency
485485
),
486486
'concurrency': concurrency,

0 commit comments

Comments
 (0)