Skip to content

Commit 3701de8

Browse files
committed
Set debug to true for bench profile
1 parent 7a1f413 commit 3701de8

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

Cargo.toml

+3-1
Original file line numberDiff line numberDiff line change
@@ -52,11 +52,13 @@ trybuild = "1.0"
5252
[target.'cfg(all(not(target_os = "windows"), not(target_os = "openbsd"), any(target_arch = "x86_64", target_arch = "aarch64", target_arch = "powerpc64")))'.dev-dependencies]
5353
tikv-jemallocator = "0.6.0"
5454

55+
[profile.bench]
56+
debug = true
57+
5558
[[bench]]
5659
name = "compare"
5760
harness = false
5861

59-
6062
[[bench]]
6163
name = "incremental"
6264
harness = false

0 commit comments

Comments
 (0)