Skip to content

Commit

Permalink
Remove jemalloc allocator benchmarks
Browse files Browse the repository at this point in the history
`jemalloc` support on windows is not stable yet.
  • Loading branch information
AmmarAbouZor committed Oct 31, 2024
1 parent 356ae09 commit 413672b
Show file tree
Hide file tree
Showing 6 changed files with 0 additions and 56 deletions.
21 changes: 0 additions & 21 deletions application/apps/indexer/Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 0 additions & 1 deletion application/apps/indexer/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,6 @@ env_logger = "0.10"
# Support for `html_reports` needs running the benchmarks via `cargo-criterion` tool.
criterion = { version = "0.5", features = ["html_reports"] }
mimalloc = "0.1"
tikv-jemallocator = "0.6"

# only uncomment when profiling
# [profile.release]
Expand Down
9 changes: 0 additions & 9 deletions application/apps/indexer/sources/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -29,16 +29,11 @@ shellexpand = "3.0.0"
env_logger.workspace = true
criterion = { workspace = true, features = ["async_tokio"] }
mimalloc.workspace = true
tikv-jemallocator.workspace = true

[[bench]]
name = "mocks_once_producer"
harness = false

[[bench]]
name = "mocks_once_producer_jemalloc"
harness = false

[[bench]]
name = "mocks_once_producer_sysalloc"
harness = false
Expand All @@ -47,10 +42,6 @@ harness = false
name = "mocks_multi_producer"
harness = false

[[bench]]
name = "mocks_multi_producer_jemalloc"
harness = false

[[bench]]
name = "mocks_multi_producer_sysalloc"
harness = false
Expand Down

This file was deleted.

This file was deleted.

8 changes: 0 additions & 8 deletions cli/config/bench_core.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,6 @@
name = "mocks_once_producer"
library = "sources"

[[bench]]
name = "mocks_once_producer_jemalloc"
library = "sources"

[[bench]]
name = "mocks_once_producer_sysalloc"
library = "sources"
Expand All @@ -14,10 +10,6 @@ library = "sources"
name = "mocks_multi_producer"
library = "sources"

[[bench]]
name = "mocks_multi_producer_jemalloc"
library = "sources"

[[bench]]
name = "mocks_multi_producer_sysalloc"
library = "sources"
Expand Down

0 comments on commit 413672b

Please sign in to comment.