Files
tendermint/test/loadtime/basic.sh
William Banfield 8655080a0f test: add the loadtime report tool (#9351)
This pull request adds the report tool and modifies the loadtime libraries to better support its use.
2022-09-02 13:32:56 -04:00

12 lines
203 B
Bash
Executable File

#!/bin/sh
set -euo pipefail
# A basic invocation of the loadtime tool.
./build/load \
-c 1 -T 10 -r 1000 -s 1024 \
--broadcast-tx-method sync \
--endpoints ws://localhost:26657/websocket