-
Notifications
You must be signed in to change notification settings - Fork 160
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
Loader: disable the tracer in case of a potential incompatibility (extension/jit) #2853
Conversation
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## master #2853 +/- ##
============================================
+ Coverage 78.39% 78.41% +0.01%
Complexity 2526 2526
============================================
Files 173 173
Lines 18710 18713 +3
Branches 976 976
============================================
+ Hits 14667 14673 +6
+ Misses 3506 3503 -3
Partials 537 537
Flags with carried forward coverage won't be shown. Click here to find out more.
Continue to review full report in Codecov by Sentry.
|
5d19319
to
8b50c15
Compare
8b50c15
to
cd64269
Compare
28513da
to
7d16a17
Compare
7240136
to
7fa7896
Compare
7fa7896
to
98fc95f
Compare
Benchmarks [ tracer ]Benchmark execution time: 2024-09-19 16:25:56 Comparing candidate commit 98fc95f in PR branch Found 5 performance improvements and 4 performance regressions! Performance is the same for 169 metrics, 0 unstable metrics. scenario:LaravelBench/benchLaravelBaseline
scenario:LaravelBench/benchLaravelOverhead
scenario:PDOBench/benchPDOBaseline
scenario:PDOBench/benchPDOBaseline-opcache
scenario:PDOBench/benchPDOOverhead
scenario:PDOBench/benchPDOOverhead-opcache
scenario:SamplingRuleMatchingBench/benchRegexMatching4
scenario:SamplingRuleMatchingBench/benchRegexMatching4-opcache
scenario:WordPressBench/benchWordPressOverhead
|
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.
Looks good to me, thanks :-)
Description
Reviewer checklist