Skip to content

Latest commit

 

History

History
11 lines (8 loc) · 418 Bytes

README.md

File metadata and controls

11 lines (8 loc) · 418 Bytes

Gatling project for Besu JSON-RPC

A sample Gatling application to test and measure Besu JSON-RPC. To run the tests:

./gradlew gatlingRun -Dbesu-rpc-host=localhost -Dbesu-rpc-port=8545

Note: Make sure to use JDK 17+ is available on path or set as JAVA_HOME environment variable.

See src/gatling/java/besu/GetBlockByNumberSimulation.java for scenario setup.