mirror of
https://github.com/fluencelabs/redis
synced 2025-03-20 01:20:50 +00:00
Removed useless space in redis-benchmark.c.
This commit is contained in:
parent
f1742ac9df
commit
ff01ce55d8
@ -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);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user