Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
zenbenchmark: attach perf results to allure report (#6395)
## Problem For PRs with `run-benchmarks` label, we don't upload results to the db, making it harder to debug such tests. The only way to see some numbers is by examining GitHub Action output which is really inconvenient. This PR adds zenbenchmark metrics to Allure reports. ## Summary of changes - Create a json file with zenbenchmark results and attach it to allure report
- Loading branch information
c65ac37
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
2330 tests run: 2240 passed, 0 failed, 90 skipped (full report)
Flaky tests (1)
Postgres 16
test_physical_replication
: debugCode coverage (full report)
functions
:54.5% (10577 of 19424 functions)
lines
:81.5% (60578 of 74337 lines)
c65ac37 at 2024-01-18T21:40:08.782Z :recycle: