Closed danielsn closed 2 weeks ago
Benchmark execution time: 2024-11-14 18:48:42
Comparing candidate commit 47c063d2 in PR branch dsn/crashtracker-implement-rfc5
with baseline commit b57f46af in branch main
.
Found 0 performance improvements and 0 performance regressions! Performance is the same for 51 metrics, 2 unstable metrics.
Omitted due to size.
Attention: Patch coverage is 0%
with 260 lines
in your changes missing coverage. Please review.
Project coverage is 70.60%. Comparing base (
b57f46a
) to head (47c063d
).
What does this PR do?
file://
output type now outputs RFC0005 format as well as the old format.Motivation
This is step 1 in implementing the RFC.
Additional Notes
This is step 1 of a multi-step program to move crashtracker over to RFC5.
For now, both dataformats will co-exist. Future PRs will switch various parts of the API over to use the new format. Once this is done, we can retire the old format.
How to test the change?
Describe here in detail how the change can be validated.