Hi,
Test in 2.8 and latest commit 8a98b8d0c9e99df9cf83a08cb032657531598e18 , title looks corrupt with some dummy invisible prefix string.
Test cases
$ redis-benchmark -n 10 -t GET >get
$ vim get
GET: nan^M====== GET ======
10 requests completed in 0.00 seconds
50 parallel clients
3 bytes payload
keep alive: 1
20.00% <= 1 milliseconds
100.00% <= 1 milliseconds
10000.00 requests per second
$ redis-benchmark -n 10 >all
$ vim all
PING_INLINE: 0.00^M====== PING_INLINE ======
10 requests completed in 0.00 seconds
50 parallel clients
3 bytes payload
keep alive: 1
100.00% <= 0 milliseconds
10000.00 requests per second
====== PING_BULK ======
10 requests completed in 0.00 seconds
50 parallel clients
3 bytes payload
keep alive: 1
10.00% <= 1 milliseconds
100.00% <= 1 milliseconds
5000.00 requests per second
Comment From: filipecosta90
closing this issue given its not reproducible on recent builds (using 52df350fe59d73e6a1a4a5fb3c2b91d5c62f5a76):
(base) fco@fcos-Air Desktop % redis-benchmark -n 10 -t GET >get
(base) fco@fcos-Air Desktop % cat get
====== GET ======
10 requests completed in 0.00 seconds
50 parallel clients
3 bytes payload
keep alive: 1
host configuration "save": 3600 1 300 100 60 10000
host configuration "appendonly": no
multi-thread: no
Latency by percentile distribution:
0.000% <= 0.199 milliseconds (cumulative count 1)
50.000% <= 0.223 milliseconds (cumulative count 6)
75.000% <= 0.231 milliseconds (cumulative count 8)
87.500% <= 0.239 milliseconds (cumulative count 9)
93.750% <= 0.271 milliseconds (cumulative count 10)
100.000% <= 0.271 milliseconds (cumulative count 10)
Cumulative distribution of latencies:
0.000% <= 0.103 milliseconds (cumulative count 0)
20.000% <= 0.207 milliseconds (cumulative count 2)
100.000% <= 0.303 milliseconds (cumulative count 10)
Summary:
throughput summary: 10000.00 requests per second
latency summary (msec):
avg min p50 p95 p99 max
0.223 0.192 0.223 0.271 0.271 0.271