diff options
| author | Fuwn <[email protected]> | 2021-06-07 02:46:14 +0000 |
|---|---|---|
| committer | Fuwn <[email protected]> | 2021-06-07 02:46:14 +0000 |
| commit | c61161b573dbe66a8e6c4becc9e4af802e65ce80 (patch) | |
| tree | b6f5cfdbe6984c87ac3af6c06677afcc8d207dd1 /crates | |
| parent | docs(cargo): change favicon and icon in generated docs (diff) | |
| download | whirl-c61161b573dbe66a8e6c4becc9e4af802e65ce80.tar.xz whirl-c61161b573dbe66a8e6c4becc9e4af802e65ce80.zip | |
test(whirl_common): create benchmarks
Diffstat (limited to 'crates')
| -rw-r--r-- | crates/whirl_common/Cargo.toml | 8 |
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 |