Skip to content
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

Add benchmark for building a URL with query #1299

Merged
merged 1 commit into from
Oct 16, 2024
Merged

Add benchmark for building a URL with query #1299

merged 1 commit into from
Oct 16, 2024

Conversation

bdraco
Copy link
Member

@bdraco bdraco commented Oct 16, 2024

SSIA

@bdraco bdraco added the bot:chronographer:skip This PR does not need to include a change note label Oct 16, 2024
Copy link

codspeed-hq bot commented Oct 16, 2024

CodSpeed Performance Report

Merging #1299 will not alter performance

Comparing url_build_query (751b42d) with master (10ce80a)

Summary

✅ 60 untouched benchmarks

🆕 1 new benchmarks

Benchmarks breakdown

Benchmark master url_build_query Change
🆕 test_url_build_with_simple_query N/A 3.6 ms N/A

Copy link

codecov bot commented Oct 16, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 95.87%. Comparing base (10ce80a) to head (751b42d).
Report is 152 commits behind head on master.

Additional details and impacted files
@@           Coverage Diff           @@
##           master    #1299   +/-   ##
=======================================
  Coverage   95.87%   95.87%           
=======================================
  Files          27       27           
  Lines        5285     5290    +5     
  Branches      315      316    +1     
=======================================
+ Hits         5067     5072    +5     
  Misses        192      192           
  Partials       26       26           
Flag Coverage Δ
CI-GHA 95.87% <100.00%> (+<0.01%) ⬆️
MyPy 44.18% <60.00%> (+0.01%) ⬆️
OS-Linux 99.30% <100.00%> (+<0.01%) ⬆️
OS-Windows 99.35% <100.00%> (+<0.01%) ⬆️
OS-macOS 99.02% <100.00%> (+<0.01%) ⬆️
Py-3.10.11 99.00% <100.00%> (+<0.01%) ⬆️
Py-3.10.15 99.25% <100.00%> (+<0.01%) ⬆️
Py-3.11.10 99.25% <100.00%> (+<0.01%) ⬆️
Py-3.11.9 99.00% <100.00%> (+<0.01%) ⬆️
Py-3.12.7 99.25% <100.00%> (+<0.01%) ⬆️
Py-3.13.0 99.25% <100.00%> (+<0.01%) ⬆️
Py-3.9.13 98.95% <100.00%> (+<0.01%) ⬆️
Py-3.9.20 99.21% <100.00%> (+<0.01%) ⬆️
Py-pypy7.3.16 99.25% <100.00%> (+<0.01%) ⬆️
Py-pypy7.3.17 99.28% <100.00%> (+<0.01%) ⬆️
VM-macos-latest 99.02% <100.00%> (+<0.01%) ⬆️
VM-ubuntu-latest 99.30% <100.00%> (+<0.01%) ⬆️
VM-windows-latest 99.35% <100.00%> (+<0.01%) ⬆️
pytest 99.30% <100.00%> (+<0.01%) ⬆️

Flags with carried forward coverage won't be shown. Click here to find out more.

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@bdraco bdraco marked this pull request as ready for review October 16, 2024 15:29
@bdraco bdraco merged commit cd1d352 into master Oct 16, 2024
43 of 46 checks passed
@bdraco bdraco deleted the url_build_query branch October 16, 2024 15:30
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bot:chronographer:skip This PR does not need to include a change note
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant