https://github.com/myzhan/locust4j-http
This is a demo about how to write a http benchmark with locust4j.
https://github.com/myzhan/locust4j-http
http-benchmarking locust performance-testing
Last synced: about 1 year ago
JSON representation
This is a demo about how to write a http benchmark with locust4j.
- Host: GitHub
- URL: https://github.com/myzhan/locust4j-http
- Owner: myzhan
- Created: 2018-11-02T10:08:38.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2021-06-15T06:13:19.000Z (almost 5 years ago)
- Last Synced: 2023-03-30T15:59:00.349Z (about 3 years ago)
- Topics: http-benchmarking, locust, performance-testing
- Language: Java
- Size: 14.6 KB
- Stars: 8
- Watchers: 2
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Locust4j-http
## Description
This is a demo about how to write a http benchmark with locust4j.
Most of the time, [wrk](https://github.com/wg/wrk) is good enough.
I won't make it a general-purpose tool like wrk.
Just take the code and add your own test scenarios.