algorand / algorand/go-algorand
Performance Test Framework update: Add warning and error counts to the DataDog dashboard
Open
Medium Priority
Team Hyper Flow
- Dominant language
- Go
- Stars
- 1.4k
- Forks
- 537
- Avg merge
- 1d 6h
- Merged PRs (30d)
- 17
Description
Collect and report on the numbers and types of warnings and errors reported during the performance test runs. Display the results in the DataDog CICD Performance dashboard. This enhancement was suggested by @algorandskiy .
Look at telemetry log and do a grep looking for error, warning, panic, and fail, and do summary counts.
In the runPerformanceTests.py script:
https://github.com/algorand/go-algorand-ci/blob/master/algod-perf-test/algonet/runPerformanceTests.py
Contributor guide
Assessment
This issue has not been assessed yet.