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
ff01ce55
Commit
ff01ce55
authored
Dec 11, 2014
by
antirez
Browse files
Removed useless space in redis-benchmark.c.
parent
f1742ac9
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/redis-benchmark.c
View file @
ff01ce55
...
@@ -602,7 +602,7 @@ int showThroughput(struct aeEventLoop *eventLoop, long long id, void *clientData
...
@@ -602,7 +602,7 @@ int showThroughput(struct aeEventLoop *eventLoop, long long id, void *clientData
if
(
config
.
liveclients
==
0
)
{
if
(
config
.
liveclients
==
0
)
{
fprintf
(
stderr
,
"All clients disconnected... aborting.
\n
"
);
fprintf
(
stderr
,
"All clients disconnected... aborting.
\n
"
);
exit
(
1
);
exit
(
1
);
}
}
if
(
config
.
csv
)
return
250
;
if
(
config
.
csv
)
return
250
;
if
(
config
.
idlemode
==
1
)
{
if
(
config
.
idlemode
==
1
)
{
printf
(
"clients: %d
\r
"
,
config
.
liveclients
);
printf
(
"clients: %d
\r
"
,
config
.
liveclients
);
...
...
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