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

[bench] separate comparative benchmarks #1060

Merged
merged 5 commits into from
Jan 29, 2025
Merged

[bench] separate comparative benchmarks #1060

merged 5 commits into from
Jan 29, 2025

Conversation

fwbrasil
Copy link
Collaborator

Problem

Kyo's benchmarks are currently all in the same module and package. As we evolve the library, we'll likely need to introduce benchmarks that aren't meant for comparing different effect systems. Having all benchmarks in the same package is also inconvenient when you want to execute only the comparative ones for example.

Solution

Move comparative benchmarks to a separate kyo.bench.arena package. Benchmarks that don't follow the comparative pattern with sync/fork benchmarks were kept in the kyo.bench package.

@fwbrasil fwbrasil merged commit 999807f into main Jan 29, 2025
3 checks passed
@fwbrasil fwbrasil deleted the reorganize-benchs branch January 29, 2025 19:10
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