mirror of
https://github.com/chatmail/core.git
synced 2026-05-02 21:06:31 +03:00
Add benchmark for account creation
This commit is contained in:
committed by
link2xt
parent
c3f9f473ac
commit
49c8964aec
@@ -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 = []
|
||||
|
||||
Reference in New Issue
Block a user