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.
criterion
1 parent 8b03586 commit 764f45aCopy full SHA for 764f45a
mersenne-31/Cargo.toml
@@ -5,7 +5,6 @@ edition = "2021"
5
license = "MIT OR Apache-2.0"
6
7
[dependencies]
8
-criterion = "0.5"
9
itertools = "0.12.0"
10
p3-dft = { path = "../dft" }
11
p3-field = { path = "../field" }
@@ -16,6 +15,7 @@ rand = "0.8.5"
16
15
serde = { version = "1.0", default-features = false, features = ["derive"] }
17
18
[dev-dependencies]
+criterion = "0.5"
19
p3-field-testing = { path = "../field-testing" }
20
rand_chacha = "0.3.1"
21
@@ -25,4 +25,4 @@ harness = false
25
26
[[bench]]
27
name = "extension"
28
-harness = false
+harness = false
0 commit comments