Files
linea-monorepo/testing-tools/app
kyzooghost c6550573d3 [Feat] GoogleJavaFormat rules for Spotless (#1109)
* add google javaformat

* add googleJavaSpotless to libs catalog
2025-06-06 18:08:36 +10:00
..
2024-07-31 18:17:20 +02:00

Tools to test Linea stack

Getting Started

ManualLoadTest main method provides a way to generate traffic based on file describing scenarios.

options for the parameters can be retrieved using --help There are two of them: _ pk: which must be set with the private key of the wallet containing the funds that will be used to pay the generated txs. _ request: the path to the file describing the traffic to generate.

Run a load test against Devnet

  • Run ./gradlew :testing-tools:app:run --args="-request devnet/%JSON_FILE% -pk %PRIVATE_KEY%"
    • Note that you have to specify the correct private key for the account id you put into a json
    • You have to put the right file name instead of %JSON_FILE% too