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: replace usize::max_value() by usize::MAX #558

Merged
merged 1 commit into from
May 3, 2024
Merged

Conversation

samueltardieu
Copy link
Collaborator

No description provided.

@samueltardieu samueltardieu added this pull request to the merge queue May 3, 2024
Copy link

codspeed-hq bot commented May 3, 2024

CodSpeed Performance Report

Merging #558 will degrade performances by 19.35%

Comparing usize-max (838504f) with main (b695b57)

Summary

❌ 6 regressions
✅ 28 untouched benchmarks

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

Benchmarks breakdown

Benchmark main usize-max Change
corner_to_corner_bfs 6 ms 7.3 ms -17.33%
corner_to_corner_dijkstra 7.8 ms 9.5 ms -17.9%
no_path_astar 8.3 ms 10 ms -16.63%
no_path_bfs 5.5 ms 6.6 ms -17.09%
no_path_dijkstra 7.1 ms 8.8 ms -19.35%
no_path_fringe 8.8 ms 10.3 ms -14.78%

Merged via the queue into main with commit 5813a36 May 3, 2024
12 of 13 checks passed
@samueltardieu samueltardieu deleted the usize-max branch May 3, 2024 05:44
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