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

ci: mark trie-common as risc compatible #13510

Merged
merged 1 commit into from
Dec 23, 2024

Conversation

mattsse
Copy link
Collaborator

@mattsse mattsse commented Dec 23, 2024

towards #13041

Copy link

codspeed-hq bot commented Dec 23, 2024

CodSpeed Performance Report

Merging #13510 will not alter performance

Comparing fix/mark-trie-common-risc-compatible (493c7a0) with main (dcdde39)

Summary

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

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

Benchmarks breakdown

Benchmark main fix/mark-trie-common-risc-compatible Change
🆕 range lookup` N/A 52.7 µs N/A
🆕 any lookup` N/A 194.8 µs N/A
🆕 `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`
⁉️ range lookup` 53.5 µs N/A N/A
⁉️ any lookup` 192.9 µs N/A N/A
⁉️ `prefix set preload size: 100 input size: 99 Vec with binary search lookup`
⁉️ `prefix set preload size: 100 input size: 99 Vec with custom cursor lookup`
⁉️ range lookup` 608.8 µs N/A N/A
⁉️ any lookup` 20.1 ms N/A N/A
⁉️ `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` N/A 612.2 µs N/A
🆕 any lookup` N/A 19.7 ms N/A
🆕 `prefix set preload size: 1000 input size: 998 Vec with binary search lookup`
🆕 `prefix set preload size: 1000 input size: 998 Vec with custom cursor lookup`

@mattsse mattsse merged commit bafbaa3 into main Dec 23, 2024
45 of 46 checks passed
@mattsse mattsse deleted the fix/mark-trie-common-risc-compatible branch December 23, 2024 07: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.

1 participant