Revision 2f857e0e039bee346620cd8eba859b1754098fce authored by William Banfield on 06 September 2022, 14:57:12 UTC, committed by William Banfield on 06 September 2022, 14:57:12 UTC
1 parent 480e0c7
Raw File
basic.sh
#!/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

back to top