We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4d5f64c commit e445f0dCopy full SHA for e445f0d
Cargo.toml
@@ -33,7 +33,8 @@ itertools = "0.10.3"
33
getrandom = { version = "0.2", features = ["js"] }
34
35
[dev-dependencies]
36
-criterion = "0.3"
+smartcore = { path = ".", features = ["fp_bench"] }
37
+criterion = { version = "0.4", default-features = false }
38
serde_json = "1.0"
39
bincode = "1.3.1"
40
@@ -52,4 +53,4 @@ required-features = ["ndarray-bindings", "nalgebra-bindings"]
52
53
[[bench]]
54
name = "fastpair"
55
harness = false
-required-features = ["fp_bench"]
56
+required-features = ["fp_bench"]
0 commit comments