Skip to content

Commit

Permalink
Release: 0.13.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Christopher Kilding committed Nov 17, 2018
1 parent c7b0ddd commit 4e110db
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,4 +37,4 @@ Wrk driver for loadtest4j.
## Limitations

- The percentile distribution is accurate to 3 decimal places. For example, it can resolve a difference between the 99.998th percentile and the 99.999th percentile, but not a smaller step size.
- Wrk's design means we have to read files into memory for file uploads. Wrk will break if you give it a large file.
- Wrk's design means it has to read files into memory for file uploads. Wrk will therefore break if you give it a large file.
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>org.loadtest4j.drivers</groupId>
<artifactId>loadtest4j-wrk</artifactId>
<version>0.12.0</version>
<version>0.13.0</version>

<name>${project.artifactId}</name>
<url>https://github.com/loadtest4j/loadtest4j-wrk</url>
Expand Down

0 comments on commit 4e110db

Please sign in to comment.