Skip to content

abstracta/jmeter-loom-test

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

jmeter-loom-test

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.

Pre requisites

  • Java 19+
  • Maven 3.5+

Usage

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.sh

You may also spin some Amazon EC2 instances and run the tests on them. Check pulumi directory for more details.

About

Use JMeter DSL to implement a new JMeter thread group using OpenJDK project Loom virtual threads and compare them to default JMeter thread group implementation.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors