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
6ab4775a
Commit
6ab4775a
authored
May 22, 2014
by
Andy Grunwald
Committed by
antirez
Jun 06, 2014
Browse files
Fixed typo in word avarege in result message of --intrinsic-latency analyzer
parent
b98ee12f
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/redis-cli.c
View file @
6ab4775a
...
@@ -1831,7 +1831,7 @@ static void intrinsicLatencyMode(void) {
...
@@ -1831,7 +1831,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