Skip to content

Commit f33d8e1

Browse files
Typo on metrics name (the-benchmarker#4178)
1 parent ed11da8 commit f33d8e1

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.tasks/collect.rake

+1-1
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ task :collect do
6969
lua_output = stderr.read
7070
lua_keys = ['duration_ms', 'total_requests', 'total_requests_per_s', 'total_bytes_received',
7171
'socket_connection_errors', 'socket_read_errors', 'socket_write_errors',
72-
'http_errors', 'request_timeouts', 'minimim_latency', 'maximum_latency',
72+
'http_errors', 'request_timeouts', 'minimum_latency', 'maximum_latency',
7373
'average_latency', 'standard_deviation', 'percentile_50',
7474
'percentile_75', 'percentile_90', 'percentile_99', 'percentile_99.999']
7575

pipeline.lua

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
-- total socket write errors
88
-- total http errors (status > 399)
99
-- total request timeouts
10-
-- minimim latency
10+
-- minimum latency
1111
-- maximum latency
1212
-- average latency
1313
-- standard deviation

pipeline_post.lua

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ wrk.headers["Content-Type"] = "application/x-www-form-urlencoded"
1111
-- total socket write errors
1212
-- total http errors (status > 399)
1313
-- total request timeouts
14-
-- minimim latency
14+
-- minimum latency
1515
-- maximum latency
1616
-- average latency
1717
-- standard deviation

0 commit comments

Comments
 (0)