Added benchmark for Batch
This commit is contained in:
@@ -3,10 +3,18 @@ name = "trueskill-tt"
|
||||
version = "0.1.0"
|
||||
edition = "2021"
|
||||
|
||||
[lib]
|
||||
bench = false
|
||||
|
||||
[[bench]]
|
||||
name = "batch"
|
||||
harness = false
|
||||
|
||||
[dependencies]
|
||||
approx = { version = "0.5.1", optional = true }
|
||||
|
||||
[dev-dependencies]
|
||||
criterion = "0.4"
|
||||
plotters = { version = "0.3.4", default-features = false, features = ["svg_backend", "all_elements", "all_series"] }
|
||||
plotters-backend = "0.3.4"
|
||||
time = { version = "0.3.17", features = ["parsing"] }
|
||||
|
||||
Reference in New Issue
Block a user