Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
ruanhaishen
redis
Commits
94e3bb56
Commit
94e3bb56
authored
May 22, 2014
by
Andy Grunwald
Browse files
Fixed typo in word avarege in result message of --intrinsic-latency analyzer
parent
b239a32a
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/redis-cli.c
View file @
94e3bb56
...
@@ -1832,7 +1832,7 @@ static void intrinsicLatencyMode(void) {
...
@@ -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 av
are
ge.
\n
"
,
printf
(
"Worst run took %.02fx times the av
era
ge.
\n
"
,
(
double
)
max_latency
/
(
run_time
/
runs
));
(
double
)
max_latency
/
(
run_time
/
runs
));
exit
(
0
);
exit
(
0
);
}
}
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment