Skip to content

Commit

Permalink
doc: add stress env key and modify jwt secret eg.
Browse files Browse the repository at this point in the history
  • Loading branch information
thinkAfCod committed Dec 4, 2024
1 parent d2f7012 commit 6c85720
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 4 deletions.
2 changes: 1 addition & 1 deletion test-configs/base-mainnet-replay-reth.env
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ RETH_AUTH_JWT=/secret/jwt
# Test params
REPLAYOR_CHAIN_ID=base-mainnet
REPLAYOR_DISK_PATH=/results
REPLAYOR_ENGINE_API_SECRET=/secret/jwt
REPLAYOR_ENGINE_API_SECRET=todo-jwt-key
REPLAYOR_STORAGE_TYPE=disk
REPLAYOR_STRATEGY=replay
REPLAYOR_SOURCE_NODE_URL=todo
Expand Down
2 changes: 1 addition & 1 deletion test-configs/base-mainnet-replay.env
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ RETH_AUTH_JWT=/secret/jwt
# Test params
REPLAYOR_CHAIN_ID=base-mainnet
REPLAYOR_DISK_PATH=/results
REPLAYOR_ENGINE_API_SECRET=/secret/jwt
REPLAYOR_ENGINE_API_SECRET=todo-jwt-key
REPLAYOR_STORAGE_TYPE=disk
REPLAYOR_STRATEGY=replay
REPLAYOR_SOURCE_NODE_URL=todo
Expand Down
15 changes: 13 additions & 2 deletions test-configs/base-mainnet-stress.env
Original file line number Diff line number Diff line change
Expand Up @@ -26,10 +26,21 @@ GETH_METRICS_ADDR=0.0.0.0
# Test params
REPLAYOR_CHAIN_ID=base-mainnet
REPLAYOR_DISK_PATH=/results
REPLAYOR_ENGINE_API_SECRET=/secret/jwt
REPLAYOR_ENGINE_API_SECRET=todo-jwt-key
REPLAYOR_GAS_TARGET=7500000
REPLAYOR_GAS_LIMIT=60000000
REPLAYOR_STORAGE_TYPE=disk
REPLAYOR_STRATEGY=stress
REPLAYOR_SOURCE_NODE_URL=todo-url
REPLAYOR_BLOCK_COUNT=250
REPLAYOR_BLOCK_COUNT=250

# Start stress for transfer eth
REPLAYOR_STRESS_TYPE=transfer

# Start stress for transfer erc20
#REPLAYOR_STRESS_TYPE=erc20

# Start stress for opcode executions
#REPLAYOR_STRESS_TYPE=opcode
#REPLAYOR_STRESS_OPCODE=SSTORE
#REPLAYOR_STRESS_OPCODE_EXEC_NUM=250

0 comments on commit 6c85720

Please sign in to comment.