-
Notifications
You must be signed in to change notification settings - Fork 245
keccak-hash: switch benches to criterion #315
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
Changes from 5 commits
3f31d6a
f0b02fe
de30cd7
9526a27
55540f8
48f4da2
08b4a91
4b82130
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -27,6 +27,7 @@ parity-util-mem = { path = "../parity-util-mem", version = "0.4", default-featur | |
| [dev-dependencies] | ||
| alloc_counter = "0.0.4" | ||
| criterion = "0.3" | ||
| ethereum-types = { path = "../ethereum-types" } | ||
|
Contributor
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Why was this needed?
Contributor
Author
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. I broke this in https://github.com/paritytech/parity-common/pull/301/files#diff-3206254ae7bfdf4d978075eb4cafbdcfR30, but we didn't have CI checks to catch it because
Contributor
Author
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. (this is a bench-only dependency) |
||
| kvdb-shared-tests = { path = "../kvdb-shared-tests", version = "0.1" } | ||
| rand = "0.7.2" | ||
| tempdir = "0.3.7" | ||
Uh oh!
There was an error while loading. Please reload this page.