Skip to content

Commit 156c6a0

Browse files
committed
Speed up benchmarking with incremental compilation
1 parent fff4c72 commit 156c6a0

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

Cargo.toml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,10 @@ version = "2024.12.25"
44
edition = "2024"
55
rust-version = "1.89"
66

7+
# Speed up benchmarking by not recompiling everything when only a single file changes.
8+
[profile.bench]
9+
incremental = true
10+
711
[features]
812
frivolity = []
913
simd = []

0 commit comments

Comments
 (0)