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

chore(bench): codspeed name workaround #13519

Merged
merged 1 commit into from
Dec 23, 2024
Merged

Conversation

DaniPopes
Copy link
Member

Copy link

codspeed-hq bot commented Dec 23, 2024

CodSpeed Performance Report

Merging #13519 will not alter performance

Comparing dani/codspeed-workaround (bb95eaa) with main (d0e5e04)

Summary

✅ 69 untouched benchmarks
🆕 8 new benchmarks
⁉️ 8 dropped benchmarks

⚠️ Please fix the performance issues or acknowledge them on CodSpeed.

Benchmarks breakdown

Benchmark main dani/codspeed-workaround Change
⁉️ range lookup` 6.2 µs N/A N/A
🆕 `prefix set preload size: 10 input size: 10 BTreeSet with BTreeSet:range lookup`
⁉️ any lookup` 5.4 µs N/A N/A
🆕 `prefix set preload size: 10 input size: 10 BTreeSet with Iterator:any lookup`
⁉️ range lookup` 54.2 µs N/A N/A
🆕 `prefix set preload size: 100 input size: 100 BTreeSet with BTreeSet:range lookup`
⁉️ any lookup` 197.9 µs N/A N/A
🆕 `prefix set preload size: 100 input size: 100 BTreeSet with Iterator:any lookup`
🆕 `prefix set preload size: 1000 input size: 1000 BTreeSet with BTreeSet:range lookup`
🆕 `prefix set preload size: 1000 input size: 1000 BTreeSet with Iterator:any lookup`
🆕 `prefix set preload size: 1000 input size: 1000 Vec with binary search lookup`
🆕 `prefix set preload size: 1000 input size: 1000 Vec with custom cursor lookup`
⁉️ range lookup` 612.3 µs N/A N/A
⁉️ any lookup` 19.8 ms N/A N/A
⁉️ `prefix set preload size: 1000 input size: 999 Vec with binary search lookup`
⁉️ `prefix set preload size: 1000 input size: 999 Vec with custom cursor lookup`

@DaniPopes DaniPopes added this pull request to the merge queue Dec 23, 2024
Merged via the queue into main with commit 03a3391 Dec 23, 2024
43 of 44 checks passed
@DaniPopes DaniPopes deleted the dani/codspeed-workaround branch December 23, 2024 11:00
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants