mirror of
https://github.com/YGGverse/aquatic.git
synced 2026-03-31 17:55:36 +00:00
24 lines
No EOL
456 B
TOML
24 lines
No EOL
456 B
TOML
|
|
[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" }
|
|
indicatif = "0.14"
|
|
mimalloc = { version = "0.1", default-features = false }
|
|
num-format = "0.4"
|
|
plotly = "0.4"
|
|
rand_distr = "0.2"
|
|
rand = { version = "0.7", features = ["small_rng"] } |