Releases: loadtest4j/loadtest4j-wrk
Releases · loadtest4j/loadtest4j-wrk
Report underlying wrk errors
Changes:
- Report errors from the underlying shell execution of wrk (#12).
Support response time percentile metrics
Additions:
- Support response time percentile metrics (use loadtest4j 0.11.0)
- Add Codecov
- Add Spotbugs
Fix string handling bugs
Changes:
- Fix multiline request body handling.
- Fix backslash handling.
Use loadtest4j 0.10.0
Changes:
- Use loadtest4j 0.10.0
Include low-fidelity actual test duration in DriverResult
Changes:
- Use loadtest4j 0.9.0
- Include low-fidelity actual test duration in DriverResult
Write wrk report to a file and show its URI
Additions:
- Write wrk report to a file. Return its URI to the loadtest4j framework, which can display the URI to the user at their discretion.
Changes:
- Use loadtest4j 0.8.1
Use loadtest4j 0.7.0
Changes:
- Use loadtest4j 0.7.0
- Fix the numbers reported for errors and successes using the new features in DriverResult
Use loadtest4j 0.6.0
Changes:
- Use loadtest4j 0.6.0 API. This improves error handling, and ensures that loadtest4j-wrk will take a List of DriverRequests, thus strictly obeying the order of requests specified by the user.
Ignore this release
Ignore this release
Initial release
Initial release of the Wrk driver, extracted from the parent repository.