issues
search
apigee
/
apib
A simple, fast HTTP and API benchmarking tool
Apache License 2.0
294
stars
36
forks
source link
Fix errors in output reporting
#20
Closed
gbrail
closed
4 years ago
gbrail
commented
4 years ago
If CPU reporting wasn't available, results were reported as "NaN" in short output
CPU sampling wasn't being done at all in short output
Missing a column in short output compared to the CSV header
Use absl::StrFormat for less crufty code when formatting strings.