2_load_tests_quickstart
# Run Websocket load tests for specific service IDs
make load_test_websocket xrplevm,xrplevm-testnet
# Run Websocket load tests for all Websocket-compatible services
make load_test_websocket_allNote: Websocket load tests are completely separate from HTTP tests. Use the regular make load_test commands for HTTP-only testing, and the make load_test_websocket commands for Websocket-only testing.
🛑 STOP HERE if you only need local PATH testing!
The remainder of this document is only relevant if you intend to load test the Grove's Portal in production.
If you're only testing your local PATH instance, the commands above are sufficient.
1
2
Run load tests against Grove Portal
HTTP load tests with specified service IDs only:
make load_test eth,xrplevmHTTP load tests with all service IDs:
make load_test_allWebsocket load tests with specified service IDs only:
make load_test_websocket xrplevm,xrplevm-testnetWebsocket load tests with all Websocket-compatible service IDs:
make load_test_websocket_allLoad Testing Grove Fallback Endpoints
1
2
Was this helpful?
