This project uses JMeter DSL to implement a new JMeter thread group using OpenJDK project Loom virtual threads and compare them to default JMeter thread group implementation.
Check the post here for more details.
- Java 19+
- Maven 3.5+
Generate the jar for th project:
mvn clean package
And run it with the setup you prefer like:
JAR_PATH="target/" THREAD_COUNTS="100 500" URL="http://mysite" ./run.shYou may also spin some Amazon EC2 instances and run the tests on them. Check pulumi directory for more details.