rework old scripts & merge scripts #138
Open
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Summary
This PR adds new performance and stress test scripts to the waku-protocol-perf-test repo
.
The scripts simulate high-concurrency Store queries, CPU-bound workloads, and multi-node service configurations to benchmark Waku Store under load.
Test data and metrics can be observed on Grafana → Grafana dashboard
Scope (new scripts)
stress1_high_concurrency.sh → High-concurrency Store stress test.
store_scenario_6.sh → Store scenario with phased query loads.
store_cpu_stress.sh → CPU-focused Store load test.
nodes_15_scenario2.sh → 15-node simulation with Store-heavy workloads.
nodes_15_service_1.sh → Service-node constrained environment test.
stress_high_concurrency_scenario2.sh → Extended high-concurrency Store stress.
stress_alternate_high_concurrency_scenario3 → Extended high-concurrency Store stress with different configurations
How to Run
Navigate to the main directory of the repo:
waku-protocol-perf-test
Run any script with:
./<script_name>.sh