mirror of
https://github.com/YGGverse/aquatic.git
synced 2026-04-02 18:55:32 +00:00
Move benchmarks to seperate crate "aquatic_bench"
This commit is contained in:
parent
a627594c3a
commit
165214018c
13 changed files with 40 additions and 34 deletions
23
aquatic_bench/Cargo.toml
Normal file
23
aquatic_bench/Cargo.toml
Normal file
|
|
@ -0,0 +1,23 @@
|
|||
|
||||
[package]
|
||||
name = "aquatic_bench"
|
||||
version = "0.1.0"
|
||||
authors = ["Joakim Frostegård <joakim.frostegard@gmail.com>"]
|
||||
edition = "2018"
|
||||
|
||||
[lib]
|
||||
name = "aquatic_bench"
|
||||
|
||||
[[bin]]
|
||||
name = "bench_handlers"
|
||||
|
||||
[[bin]]
|
||||
name = "plot_pareto"
|
||||
|
||||
[dependencies]
|
||||
aquatic = { path = "../aquatic" }
|
||||
mimalloc = "0.1"
|
||||
num-format = "0.4"
|
||||
plotly = "0.4"
|
||||
rand_distr = "0.2"
|
||||
rand = { version = "0.7", features = ["small_rng"] }
|
||||
Loading…
Add table
Add a link
Reference in a new issue