Skip to content

Commit a2cd1b8

Browse files
authored
Remove jemalloc (#972)
1 parent be1b76b commit a2cd1b8

File tree

6 files changed

+0
-40
lines changed

6 files changed

+0
-40
lines changed

Cargo.toml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -76,9 +76,6 @@ test-log = { version = "0.2.18", features = ["trace"] }
7676
trybuild = "1.0"
7777
serde_json = "1.0.140"
7878

79-
[target.'cfg(all(not(target_os = "windows"), not(target_os = "openbsd"), any(target_arch = "x86_64", target_arch = "aarch64", target_arch = "powerpc64")))'.dev-dependencies]
80-
tikv-jemallocator = "0.6.0"
81-
8279
[[bench]]
8380
name = "compare"
8481
harness = false

benches/accumulator.rs

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,6 @@ use std::hint::black_box;
33
use codspeed_criterion_compat::{criterion_group, criterion_main, BatchSize, Criterion};
44
use salsa::Accumulator;
55

6-
include!("shims/global_alloc_overwrite.rs");
7-
86
#[salsa::input]
97
struct Input {
108
expressions: usize,

benches/compare.rs

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,6 @@ use codspeed_criterion_compat::{
66
};
77
use salsa::Setter;
88

9-
include!("shims/global_alloc_overwrite.rs");
10-
119
#[salsa::input]
1210
pub struct Input {
1311
#[returns(ref)]

benches/dataflow.rs

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,6 @@ use std::iter::IntoIterator;
88
use codspeed_criterion_compat::{criterion_group, criterion_main, BatchSize, Criterion};
99
use salsa::{CycleRecoveryAction, Database as Db, Setter};
1010

11-
include!("shims/global_alloc_overwrite.rs");
12-
1311
/// A Use of a symbol.
1412
#[salsa::input]
1513
struct Use {

benches/incremental.rs

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,6 @@ use std::hint::black_box;
33
use codspeed_criterion_compat::{criterion_group, criterion_main, BatchSize, Criterion};
44
use salsa::Setter;
55

6-
include!("shims/global_alloc_overwrite.rs");
7-
86
#[salsa::input]
97
struct Input {
108
field: usize,

benches/shims/global_alloc_overwrite.rs

Lines changed: 0 additions & 29 deletions
This file was deleted.

0 commit comments

Comments
 (0)