aboutsummaryrefslogtreecommitdiff
path: root/crates
diff options
context:
space:
mode:
authorFuwn <[email protected]>2021-06-07 02:46:14 +0000
committerFuwn <[email protected]>2021-06-07 02:46:14 +0000
commitc61161b573dbe66a8e6c4becc9e4af802e65ce80 (patch)
treeb6f5cfdbe6984c87ac3af6c06677afcc8d207dd1 /crates
parentdocs(cargo): change favicon and icon in generated docs (diff)
downloadwhirl-c61161b573dbe66a8e6c4becc9e4af802e65ce80.tar.xz
whirl-c61161b573dbe66a8e6c4becc9e4af802e65ce80.zip
test(whirl_common): create benchmarks
Diffstat (limited to 'crates')
-rw-r--r--crates/whirl_common/Cargo.toml8
1 files changed, 8 insertions, 0 deletions
diff --git a/crates/whirl_common/Cargo.toml b/crates/whirl_common/Cargo.toml
index 6d89283..03274e7 100644
--- a/crates/whirl_common/Cargo.toml
+++ b/crates/whirl_common/Cargo.toml
@@ -16,3 +16,11 @@ publish = false
[dependencies]
# Config
whirl_config = { path = "../whirl_config" }
+
+[dev-dependencies]
+iai = "0.1.1"
+
+[[bench]]
+name = "whirl_common"
+path = "../../benches/whirl_common.rs"
+harness = false