2.0.0.RC1
Pre-releaseThis is pre-release for the 2.0.0 major version. It introduces new metrics (median and percentiles) and CSV export. The new metrics are now the default, legacy metrics (min/avg/max latency) can still be used with the l
flag. This pre-release uses Java Client 5.0.0 and requires Java 8 or more to run.
Compute median and percentiles instead of min/average/max
min/avegerage/max
are not very useful metrics, whereas 9x percentiles are the industry standard for metrics these days. PerfTest
uses the Dropwizard Metrics library under the covers.
GitHub issue: #27
Use median and percentiles as default in the output
The median and percentiles are now the defaults in the console output. Use the l
flag if you absolutely need the legacy metrics (min/avegerage/max
).
GitHub issue: #32
Produce timing results in a CSV file
PerfTest
can export the median and percentiles metrics to a CSV file (option o
on the command line).
GitHub issue: #28
Set minimum Java version to 8
GitHub issue: #46
Upgrade to Java Client 5.0.0
GitHub issue: #47
Use default exchange by default
GitHub issue: #45