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 Apr 15, 2024
1 parent a6cdcd0 commit 7534c6d
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions dev/conbench_envs/benchmarks.env
Original file line number Diff line number Diff line change
Expand Up @@ -21,16 +21,15 @@ ARROW_BUILD_BENCHMARKS_REFERENCE=OFF
ARROW_BUILD_TYPE=release
ARROW_DEPENDENCY_SOURCE=AUTO
ARROW_DATASET=ON
ARROW_DEFAULT_MEMORY_POOL=mimalloc
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_NO_DEPRECATED_API=ON
ARROW_ORC=ON
ARROW_PARQUET=ON
Expand Down

0 comments on commit 7534c6d

Please sign in to comment.