Add benchmark for account creation

This commit is contained in:
Alexander Krotov
2020-09-14 20:23:18 +03:00
committed by link2xt
parent c3f9f473ac
commit 49c8964aec
3 changed files with 274 additions and 0 deletions

View File

@@ -77,6 +77,7 @@ pretty_env_logger = "0.4.0"
proptest = "0.10"
async-std = { version = "1.6.0", features = ["unstable", "attributes"] }
smol = "0.1.10"
criterion = "0.3"
[workspace]
members = [
@@ -95,6 +96,10 @@ path = "examples/repl/main.rs"
required-features = ["repl"]
[[bench]]
name = "create_account"
harness = false
[features]
default = []
internals = []