Add DOS test that sends large transactions (#20624)

Problem
We need a test that stress-tests the network using large transactions, including sending multiple large transactions that reference independent sets of accounts, so they can be executed in parallel.

Summary of Changes
Adds such a test. Also adds a version of the tuner program that runs for a configurable number of iterations.
This commit is contained in:
ryleung-solana
2021-10-29 15:57:32 -04:00
committed by GitHub
parent 1453fce6c6
commit 4663b86b8b
6 changed files with 824 additions and 0 deletions

View File

@@ -63,6 +63,7 @@ members = [
"stake-accounts",
"sys-tuner",
"tokens",
"transaction-dos",
"transaction-status",
"account-decoder",
"upload-perf",