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 fff4c72 commit 156c6a0Copy full SHA for 156c6a0
Cargo.toml
@@ -4,6 +4,10 @@ version = "2024.12.25"
4
edition = "2024"
5
rust-version = "1.89"
6
7
+# Speed up benchmarking by not recompiling everything when only a single file changes.
8
+[profile.bench]
9
+incremental = true
10
+
11
[features]
12
frivolity = []
13
simd = []
0 commit comments