-
Notifications
You must be signed in to change notification settings - Fork 13
test: ignore some slow tests on miri, speed up one test #950
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
BenchmarksComparisonBenchmark execution time: 2025-03-20 11:03:04 Comparing candidate commit eebc134 in PR branch Found 0 performance improvements and 0 performance regressions! Performance is the same for 52 metrics, 2 unstable metrics. CandidateCandidate benchmark detailsGroup 1
Group 2
Group 3
Group 4
Group 5
Group 6
Group 7
Group 8
Group 9
Group 10
Group 11
Group 12
Group 13
BaselineOmitted due to size. |
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #950 +/- ##
==========================================
- Coverage 72.87% 72.85% -0.02%
==========================================
Files 334 334
Lines 51019 51019
==========================================
- Hits 37178 37171 -7
- Misses 13841 13848 +7
🚀 New features to boost your workflow:
|
Artifact Size Benchmark Reportaarch64-alpine-linux-musl
aarch64-unknown-linux-gnu
i686-alpine-linux-musl
i686-unknown-linux-gnu
libdatadog-x64-windows
libdatadog-x86-windows
x86_64-alpine-linux-musl
x86_64-unknown-linux-gnu
|
What does this PR do?
This skips some slow tests on miri.
It also converts a test to use
&str
instead ofString
to speed up the miri run for that test (rather than skipping it).Motivation
The miri job is slow again.
Additional Notes
It's still a bit slow after making this change, but it shaved off a few minutes and these were the "SLOW" tests.
How to test the change?
Just regular test commands are fine.