mirror of
https://github.com/fluencelabs/redis
synced 2025-04-04 00:31:03 +00:00
Fixed typo in word avarege in result message of --intrinsic-latency analyzer
This commit is contained in:
parent
b239a32aae
commit
94e3bb568a
@ -1832,7 +1832,7 @@ static void intrinsicLatencyMode(void) {
|
|||||||
if (end > test_end) {
|
if (end > test_end) {
|
||||||
printf("\n%lld total runs (avg %lld microseconds per run).\n",
|
printf("\n%lld total runs (avg %lld microseconds per run).\n",
|
||||||
runs, run_time/runs);
|
runs, run_time/runs);
|
||||||
printf("Worst run took %.02fx times the avarege.\n",
|
printf("Worst run took %.02fx times the average.\n",
|
||||||
(double) max_latency / (run_time/runs));
|
(double) max_latency / (run_time/runs));
|
||||||
exit(0);
|
exit(0);
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user