Skip to content

Commit 4e110db

Browse files
author
Christopher Kilding
committed
Release: 0.13.0
1 parent c7b0ddd commit 4e110db

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,4 +37,4 @@ Wrk driver for loadtest4j.
3737
## Limitations
3838

3939
- 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.
40-
- Wrk's design means we have to read files into memory for file uploads. Wrk will break if you give it a large file.
40+
- 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.

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<modelVersion>4.0.0</modelVersion>
33
<groupId>org.loadtest4j.drivers</groupId>
44
<artifactId>loadtest4j-wrk</artifactId>
5-
<version>0.12.0</version>
5+
<version>0.13.0</version>
66

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

0 commit comments

Comments
 (0)