You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently, we have a load testing script that can stress test network throughput for VMs. However, the current implementation has several limitations. It is clunky as it there are multiple dependencies. It also lacks CI integration, preventing us from detecting breaking changes.
Proposed Changes
Implement a scaled-down version of the load test in CI and run it as a cronjob with a weekly cadence. Additionaly, we should export metrics from these runs. Such as node-level metrics, tps metrics, and general system metrics.
The text was updated successfully, but these errors were encountered:
Currently, we have a load testing script that can stress test network throughput for VMs. However, the current implementation has several limitations. It is clunky as it there are multiple dependencies. It also lacks CI integration, preventing us from detecting breaking changes.
Proposed Changes
Implement a scaled-down version of the load test in CI and run it as a cronjob with a weekly cadence. Additionaly, we should export metrics from these runs. Such as node-level metrics, tps metrics, and general system metrics.
The text was updated successfully, but these errors were encountered: