aboutsummaryrefslogtreecommitdiff
path: root/crates/whirl_common
diff options
context:
space:
mode:
authorFuwn <[email protected]>2021-06-07 02:46:14 -0700
committerFuwn <[email protected]>2021-06-07 02:46:14 -0700
commit7fdeda9791086b1285f4bb06f300bd9fa342b903 (patch)
tree2b7117191c9d7f75f0c3c3479dd71947d58973f7 /crates/whirl_common
parentdocs(cargo): change favicon and icon in generated docs (diff)
downloadwhirl-7fdeda9791086b1285f4bb06f300bd9fa342b903.tar.xz
whirl-7fdeda9791086b1285f4bb06f300bd9fa342b903.zip
test(whirl_common): create benchmarks
Diffstat (limited to 'crates/whirl_common')
-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 db737ea..d590c5a 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