diff options
| author | Fuwn <[email protected]> | 2021-06-07 08:31:32 +0000 |
|---|---|---|
| committer | Fuwn <[email protected]> | 2021-06-07 08:31:32 +0000 |
| commit | ebfe72081182e1f4a176170a9ab111397356ffa8 (patch) | |
| tree | fd36170de0ddcc14c4796a6384cc6f56142a546b /Cargo.toml | |
| parent | chore(manifest): update version (diff) | |
| download | nitrous-ebfe72081182e1f4a176170a9ab111397356ffa8.tar.xz nitrous-ebfe72081182e1f4a176170a9ab111397356ffa8.zip | |
ci: create benchmark
Diffstat (limited to 'Cargo.toml')
| -rw-r--r-- | Cargo.toml | 7 |
1 files changed, 7 insertions, 0 deletions
@@ -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" |