-
-
Notifications
You must be signed in to change notification settings - Fork 175
DNM: Test PR with line tracing disabled #1519
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
Bumps [cython](https://github.com/cython/cython) from 3.0.12 to 3.1.2. - [Release notes](https://github.com/cython/cython/releases) - [Changelog](https://github.com/cython/cython/blob/master/CHANGES.rst) - [Commits](cython/cython@3.0.12...3.1.2) --- updated-dependencies: - dependency-name: cython dependency-version: 3.1.2 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
CodSpeed Performance ReportMerging #1519 will improve performances by ×12Comparing Summary
Benchmarks breakdown
|
@bdraco are you going to download the wheels from GHA and test them locally? |
Codecov ReportAll modified and coverable lines are covered by tests ✅
❌ Your project status has failed because the head coverage (98.05%) is below the target coverage (100.00%). You can increase the head coverage or adjust the target coverage. Additional details and impacted files@@ Coverage Diff @@
## master #1519 +/- ##
==========================================
+ Coverage 99.37% 99.62% +0.24%
==========================================
Files 30 29 -1
Lines 6068 5790 -278
Branches 265 265
==========================================
- Hits 6030 5768 -262
+ Misses 35 19 -16
Partials 3 3
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
yes |
There is still something going wrong here. When I install yarl 1.20.0 from PyPI I get 0.036 on quoting ascii benchmark. When install the wheels with tracing disabled here I get 0.073.... |
Now I downloaded the latest build and its 0.020 sec .... |
So this implies we have been shipping wheels with line tracing on |
No description provided.