-
Notifications
You must be signed in to change notification settings - Fork 381
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
[PROF-9476] Revert "Temporary disable benchmark to make CI happy" #4376
Conversation
**What does this PR do?** This reverts commit 569bf56. **Motivation:** We temporarily disabled this benchmark in #4331 for the reasons explained in the comment. Once that PR is in master we can re-enable the benchmark. **Additional Notes:** This sharp edge of our benchmarks setup is annoying, but I'll fight it another day... **How to test the change?** Validate this benchmark is now running in the benchmarking platform results page.
Datadog ReportBranch report: ✅ 0 Failed, 20589 Passed, 1463 Skipped, 3m 14.33s Total Time |
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## master #4376 +/- ##
==========================================
- Coverage 97.71% 97.70% -0.02%
==========================================
Files 1361 1361
Lines 83245 83239 -6
Branches 4226 4226
==========================================
- Hits 81344 81328 -16
- Misses 1901 1911 +10 ☔ View full report in Codecov by Sentry. |
BenchmarksBenchmark execution time: 2025-02-18 13:48:09 Comparing candidate commit 9f5f5fa in PR branch Found 0 performance improvements and 0 performance regressions! Performance is the same for 33 metrics, 2 unstable metrics. |
…econd try **What does this PR do?** This reverts commit 569bf56. We had previously reverted that commit in #4376 but due to a bug had to undo all the heap profiling-related changes in #4409 . After #4460 gets merged, we can finally enable this benchmark again. **Motivation:** The benchmark was disabled for the reason mentioned in the comment. **Additional Notes:** I'm going to open this PR stacked on top of #4460, but this PR should only be merged after that other PR is merged to master. **How to test the change?** Validate this benchmark is now running in the benchmarking platform results page.
What does this PR do?
This reverts commit 569bf56.
Motivation:
We temporarily disabled this benchmark in
#4331
for the reasons explained in the comment.
Once that PR is in master we can re-enable the benchmark.
Change log entry
None.
Additional Notes:
This sharp edge of our benchmarks setup is annoying, but I'll fight it another day...
How to test the change?
Validate this benchmark is now running in the benchmarking platform results page.