Revert "Use the system allocator for codspeed benchmarks" (#13035)

This commit is contained in:
Micha Reiser 2024-08-21 17:13:11 +02:00 committed by GitHub
parent ecd9e6a650
commit f873d2ac12
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
5 changed files with 1 additions and 5 deletions

View file

@ -64,5 +64,5 @@ codspeed = ["codspeed-criterion-compat"]
[target.'cfg(target_os = "windows")'.dev-dependencies]
mimalloc = { workspace = true }
[target.'cfg(all(not(target_os = "windows"), not(codspeed), not(target_os = "openbsd"), any(target_arch = "x86_64", target_arch = "aarch64", target_arch = "powerpc64")))'.dev-dependencies]
[target.'cfg(all(not(target_os = "windows"), not(target_os = "openbsd"), any(target_arch = "x86_64", target_arch = "aarch64", target_arch = "powerpc64")))'.dev-dependencies]
tikv-jemallocator = { workspace = true }

View file

@ -15,7 +15,6 @@ static GLOBAL: mimalloc::MiMalloc = mimalloc::MiMalloc;
#[cfg(all(
not(target_os = "windows"),
not(target_os = "openbsd"),
not(codspeed),
any(
target_arch = "x86_64",
target_arch = "aarch64",

View file

@ -11,7 +11,6 @@ static GLOBAL: mimalloc::MiMalloc = mimalloc::MiMalloc;
#[cfg(all(
not(target_os = "windows"),
not(target_os = "openbsd"),
not(codspeed),
any(
target_arch = "x86_64",
target_arch = "aarch64",

View file

@ -19,7 +19,6 @@ static GLOBAL: mimalloc::MiMalloc = mimalloc::MiMalloc;
#[cfg(all(
not(target_os = "windows"),
not(target_os = "openbsd"),
not(codspeed),
any(
target_arch = "x86_64",
target_arch = "aarch64",

View file

@ -13,7 +13,6 @@ static GLOBAL: mimalloc::MiMalloc = mimalloc::MiMalloc;
#[cfg(all(
not(target_os = "windows"),
not(target_os = "openbsd"),
not(codspeed),
any(
target_arch = "x86_64",
target_arch = "aarch64",