Files
tendermint/test/loadtime/basic.sh
mergify[bot] d9fd26ce93 test: add the loadtime report tool (#9351) (#9364)
This pull request adds the report tool and modifies the loadtime libraries to better support its use.

(cherry picked from commit 8655080a0f)

Co-authored-by: William Banfield <4561443+williambanfield@users.noreply.github.com>
2022-09-02 15:29: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