-
Notifications
You must be signed in to change notification settings - Fork 375
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
Split single step instrument entry point #3931
Conversation
f96071d
to
e090ee6
Compare
BenchmarksBenchmark execution time: 2024-09-20 17:05:11 Comparing candidate commit 8b71df7 in PR branch Found 0 performance improvements and 0 performance regressions! Performance is the same for 23 metrics, 2 unstable metrics. |
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## master #3931 +/- ##
==========================================
- Coverage 97.77% 97.75% -0.02%
==========================================
Files 1297 1297
Lines 77611 77611
Branches 3871 3871
==========================================
- Hits 75881 75868 -13
- Misses 1730 1743 +13 ☔ View full report in Codecov by Sentry. |
f69aac5
to
015d492
Compare
015d492
to
8b71df7
Compare
What does this PR do?
For single step instrumentation, use a different entry point that would rescue
LoadError
and not crash the process.