aboutsummaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authorFuwn <[email protected]>2021-06-07 08:31:32 +0000
committerFuwn <[email protected]>2021-06-07 08:31:32 +0000
commitebfe72081182e1f4a176170a9ab111397356ffa8 (patch)
treefd36170de0ddcc14c4796a6384cc6f56142a546b /Cargo.toml
parentchore(manifest): update version (diff)
downloadnitrous-ebfe72081182e1f4a176170a9ab111397356ffa8.tar.xz
nitrous-ebfe72081182e1f4a176170a9ab111397356ffa8.zip
ci: create benchmark
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml7
1 files changed, 7 insertions, 0 deletions
diff --git a/Cargo.toml b/Cargo.toml
index c2a6006..4d39e0b 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -14,6 +14,10 @@ publish = false
lto = "fat"
codegen-units = 1
+[[bench]]
+name = "bench"
+harness = false
+
[dependencies]
# CLI
structopt = "0.3.21"
@@ -39,3 +43,6 @@ mimalloc = { version = "0.1.25", default-features = false }
[target.'cfg(target_family = "unix")'.dependencies]
jemallocator = "0.3.2"
+
+[dev-dependencies]
+criterion = "0.3.4"