mirror of
https://github.com/YGGverse/aquatic.git
synced 2026-04-02 10:45:30 +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
13
Cargo.lock
generated
13
Cargo.lock
generated
|
|
@ -28,11 +28,20 @@ dependencies = [
|
|||
"mimalloc",
|
||||
"mio",
|
||||
"net2",
|
||||
"num-format",
|
||||
"plotly",
|
||||
"quickcheck",
|
||||
"quickcheck_macros",
|
||||
"rand",
|
||||
]
|
||||
|
||||
[[package]]
|
||||
name = "aquatic_bench"
|
||||
version = "0.1.0"
|
||||
dependencies = [
|
||||
"aquatic",
|
||||
"mimalloc",
|
||||
"num-format",
|
||||
"plotly",
|
||||
"rand",
|
||||
"rand_distr",
|
||||
]
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue