Skip to content

Commit

Permalink
Update bench results (#118)
Browse files Browse the repository at this point in the history
* Update bench results

* Bump
  • Loading branch information
aurexav authored Jan 9, 2024
1 parent b843c98 commit bcfcf62
Show file tree
Hide file tree
Showing 4 changed files with 143 additions and 232 deletions.
159 changes: 35 additions & 124 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -28,11 +28,11 @@ inherits = "dev"
serde = { version = "1.0", optional = true, default-features = false }

[dev-dependencies]
const-hex = { version = "1.10" }
criterion = { version = "0.5" }
faster-hex = { version = "0.9" }
hex = { version = "0.4" }
rustc-hex = { version = "2.1" }
const-hex = { version = "1.1" }
serde = { version = "1.0", features = ["derive"] }
serde_json = { version = "1.0" }

Expand Down
Loading

0 comments on commit bcfcf62

Please sign in to comment.