You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
refactor: rename 'compare' benchmark to 'io_chunks' for clarity (#368)
Renames the `compare` benchmark folder to `io_chunks` to better describe
what the benchmark actually does.
Why the rename:
- `compare` was too generic and didn't indicate what was being compared
- `io_chunks` clearly describes the benchmark's focus on I/O operations
with varying chunk sizes
This PR temporarily removes `io_chunks` from CI benchmark job, because
current `main` branch does not have it at makes the job fail. It will be
re-enabled in the follow-up PR.
0 commit comments