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

gift: use built-in benchmarks instead of Criterion #436

Merged
merged 2 commits into from
Jul 29, 2024
Merged

Conversation

newpavlov
Copy link
Member

@newpavlov newpavlov commented Jul 29, 2024

Criterion is a relatively big dependency which unnecessarily gets pulled during testing. Additionally, it results in the security warning.

In addition to the benchmark changes, this PR also slightly tweaks module structure of the crate.

[advisories]
ignore = [
"RUSTSEC-2021-0127", # serde_cbor
"RUSTSEC-2021-0145", # atty
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

These dependencies were pulled by the old Criterion version, so we no longer need these exceptions.

@newpavlov newpavlov merged commit 0043746 into master Jul 29, 2024
156 checks passed
@newpavlov newpavlov deleted the gift_tweak branch July 29, 2024 13:36
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