Add benches for GNB (#33)

* Add benches for GNB

* use [black_box](https://github.com/bheisler/criterion.rs/blob/master/book/src/faq.md#when-should-i-use-criterionblack_box)
This commit is contained in:
morenol
2020-12-04 20:46:36 -04:00
committed by GitHub
parent f0b348dd6e
commit 2650416235
2 changed files with 78 additions and 0 deletions
+5
View File
@@ -36,3 +36,8 @@ bincode = "1.3.1"
[[bench]]
name = "distance"
harness = false
[[bench]]
name = "naive_bayes"
harness = false
required-features = ["ndarray-bindings", "nalgebra-bindings"]