mirror of
https://github.com/Blah-IM/blahrs.git
synced 2025-09-13 05:55:22 +00:00
bench: bench register-pow for difficulty reference
This commit is contained in:
parent
5252aa19ee
commit
4108212f34
4 changed files with 306 additions and 1 deletions
|
@ -3,6 +3,10 @@ name = "blahd"
|
|||
version = "0.0.0"
|
||||
edition = "2021"
|
||||
|
||||
[[bench]]
|
||||
name = "register-pow"
|
||||
harness = false
|
||||
|
||||
[dependencies]
|
||||
anyhow = "1"
|
||||
axum = { version = "0.7", features = ["ws"] }
|
||||
|
@ -36,6 +40,7 @@ url = { version = "2.5.2", features = ["serde"] }
|
|||
blah-types = { path = "../blah-types", features = ["rusqlite"] }
|
||||
|
||||
[dev-dependencies]
|
||||
criterion = "0.5"
|
||||
nix = { version = "0.29.0", features = ["fs", "process", "signal"] }
|
||||
reqwest = { version = "0.12.7", features = ["json"] }
|
||||
rstest = { version = "0.22.0", default-features = false }
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue