Skip to content

Releases: loadtest4j/loadtest4j-wrk

Report underlying wrk errors

29 Jun 09:40
b9f489e
Compare
Choose a tag to compare

Changes:

  • Report errors from the underlying shell execution of wrk (#12).

Support response time percentile metrics

25 Jun 09:09
c905342
Compare
Choose a tag to compare

Additions:

  • Support response time percentile metrics (use loadtest4j 0.11.0)
  • Add Codecov
  • Add Spotbugs

Fix string handling bugs

12 Jun 09:21
603d3b4
Compare
Choose a tag to compare

Changes:

  • Fix multiline request body handling.
  • Fix backslash handling.

Use loadtest4j 0.10.0

08 Jun 19:48
84fbbea
Compare
Choose a tag to compare

Changes:

  • Use loadtest4j 0.10.0

Include low-fidelity actual test duration in DriverResult

02 Jun 21:12
cbda32a
Compare
Choose a tag to compare

Changes:

  • Use loadtest4j 0.9.0
  • Include low-fidelity actual test duration in DriverResult

Write wrk report to a file and show its URI

02 Jun 16:37
c419821
Compare
Choose a tag to compare

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

31 May 21:00
da42e2a
Compare
Choose a tag to compare

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

24 May 23:07
60aa6ea
Compare
Choose a tag to compare

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

24 May 22:56
f3816c2
Compare
Choose a tag to compare

Ignore this release

Initial release

21 May 20:41
Compare
Choose a tag to compare

Initial release of the Wrk driver, extracted from the parent repository.