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): fix non deterministic bench IDs #13530

Merged
merged 1 commit into from
Dec 23, 2024
Merged

Conversation

DaniPopes
Copy link
Member

No description provided.

Copy link

codspeed-hq bot commented Dec 23, 2024

CodSpeed Performance Report

Merging #13530 will not alter performance

Comparing dani/bench-nondet (6adea39) with main (8579c08)

Summary

✅ 65 untouched benchmarks
🆕 12 new benchmarks
⁉️ 12 dropped benchmarks

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

Benchmarks breakdown

Benchmark main dani/bench-nondet Change
⁉️ `prefix set preload size: 10 input size: 10 BTreeSet with BTreeSet:range lookup`
⁉️ `prefix set preload size: 10 input size: 10 BTreeSet with Iterator:any lookup`
⁉️ `prefix set preload size: 10 input size: 10 Vec with binary search lookup`
⁉️ `prefix set preload size: 10 input size: 10 Vec with custom cursor lookup`
⁉️ `prefix set preload size: 100 input size: 100 BTreeSet with BTreeSet:range lookup`
⁉️ `prefix set preload size: 100 input size: 100 BTreeSet with Iterator:any lookup`
⁉️ `prefix set preload size: 100 input size: 100 Vec with binary search lookup`
⁉️ `prefix set preload size: 100 input size: 100 Vec with custom cursor lookup`
⁉️ `prefix set preload size: 1000 input size: 999 BTreeSet with BTreeSet:range lookup`
⁉️ `prefix set preload size: 1000 input size: 999 BTreeSet with Iterator:any lookup`
⁉️ `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`
🆕 `prefix set size: 10 BTreeSet with BTreeSet:range lookup` N/A
🆕 `prefix set size: 10 BTreeSet with Iterator:any lookup` N/A
🆕 `prefix set size: 10 Vec with binary search lookup` N/A
🆕 `prefix set size: 10 Vec with custom cursor lookup` N/A
🆕 `prefix set size: 100 BTreeSet with BTreeSet:range lookup` N/A
🆕 `prefix set size: 100 BTreeSet with Iterator:any lookup` N/A
🆕 `prefix set size: 100 Vec with binary search lookup` N/A
🆕 `prefix set size: 100 Vec with custom cursor lookup` N/A
... ... ... ... ...

ℹ️ Only the first 20 benchmarks are displayed. Go to the app to view all benchmarks.

@DaniPopes DaniPopes added this pull request to the merge queue Dec 23, 2024
Merged via the queue into main with commit 02ad280 Dec 23, 2024
42 of 43 checks passed
@DaniPopes DaniPopes deleted the dani/bench-nondet branch December 23, 2024 23:02
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