-
Notifications
You must be signed in to change notification settings - Fork 8
Closed
Labels
enhancementNew feature or requestNew feature or request
Description
The latency format in the request log report could use come improvements:
|--REQS--| |------------------------LATENCY-------------------------|
Count AVG P50 P75 P90 P99
428 53.692646ms 34.784632ms 38.176138ms 114.18323ms 173.735751ms
788 32.170186ms 32.059117ms 34.617489ms 39.436144ms 41.817704ms
859 29.082034ms 28.592396ms 33.484341ms 34.90701ms 35.561211ms
977 25.5611ms 25.658544ms 28.236734ms 30.303005ms 31.82007ms
In order to improve readability, latency results within the same order of magnitude should have constant length so that the decimal point is always in the same column across all rows.
Additionally, if no responses were recorded within a given interval, -1ns
value is shown, which should be replaced with something more appropriate (i.e -
).
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request