-
Notifications
You must be signed in to change notification settings - Fork 26
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
fix(minor): Fix incorrect syscalls #187
Conversation
Pull request benchmark comparison [ubuntu-latest] with 'main' run at 2023-09-14T09:49:58+00:00 |
Codecov Report
Additional details and impacted files@@ Coverage Diff @@
## main #187 +/- ##
==========================================
- Coverage 71.14% 70.99% -0.15%
==========================================
Files 29 29
Lines 3652 3671 +19
==========================================
+ Hits 2598 2606 +8
- Misses 1054 1065 +11
Continue to review full report in Codecov by Sentry.
|
Description
Deducts the syscall overhead for cleaner statistics.
Fix the broken API for setup closures.
How Has This Been Tested?
Please describe the tests that you ran to verify your changes.
Minimal checklist:
DocC
code-level documentation for any public interfaces exported by the package