Skip to content

Commit

Permalink
EXPERIMENT: [C++] Benchmark jemalloc against mimalloc
Browse files Browse the repository at this point in the history
  • Loading branch information
pitrou committed Jun 3, 2024
1 parent 54bece3 commit 507bd69
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions dev/conbench_envs/benchmarks.env
Original file line number Diff line number Diff line change
Expand Up @@ -21,16 +21,16 @@ ARROW_BUILD_BENCHMARKS_REFERENCE=OFF
ARROW_BUILD_TYPE=release
ARROW_DEPENDENCY_SOURCE=AUTO
ARROW_DATASET=ON
ARROW_DEFAULT_MEMORY_POOL=mimalloc
ARROW_DEFAULT_MEMORY_POOL=jemalloc
ARROW_ENABLE_UNSAFE_MEMORY_ACCESS=true
ARROW_ENABLE_NULL_CHECK_FOR_GET=false
ARROW_FLIGHT=OFF
ARROW_GANDIVA=OFF
ARROW_HDFS=ON
ARROW_HOME=$CONDA_PREFIX
ARROW_INSTALL_NAME_RPATH=ON
ARROW_JEMALLOC=OFF
ARROW_MIMALLOC=ON
ARROW_JEMALLOC=ON
ARROW_MIMALLOC=OFF
ARROW_ORC=ON
ARROW_PARQUET=ON
ARROW_PYTHON=ON
Expand Down

0 comments on commit 507bd69

Please sign in to comment.