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 c4314cf commit 96b375aCopy full SHA for 96b375a
run_benchmarks
@@ -480,7 +480,7 @@ def main():
480
for concurrency in sorted(args.concurrency_levels):
481
for msgsize in sorted(args.payload_size_levels):
482
variations.append({
483
- 'title': '{}kb messages, concurrency {}'.format(
+ 'title': '{}KiB messages, concurrency {}'.format(
484
round(msgsize / 1024, 1), concurrency
485
),
486
'concurrency': concurrency,
0 commit comments