This is an automated email from the ASF dual-hosted git repository.

alamb pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/arrow-datafusion.git


The following commit(s) were added to refs/heads/master by this push:
     new a8814780d Enable mimalloc by default in benchmark (#3853)
a8814780d is described below

commit a8814780dc1a500500df813697cec1613e557878
Author: DaniĆ«l Heres <[email protected]>
AuthorDate: Tue Oct 18 15:42:56 2022 +0200

    Enable mimalloc by default in benchmark (#3853)
---
 benchmarks/Cargo.toml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/benchmarks/Cargo.toml b/benchmarks/Cargo.toml
index 1b891ab83..90dfba0b1 100644
--- a/benchmarks/Cargo.toml
+++ b/benchmarks/Cargo.toml
@@ -28,6 +28,7 @@ publish = false
 rust-version = "1.62"
 
 [features]
+default = ["mimalloc"]
 simd = ["datafusion/simd"]
 snmalloc = ["snmalloc-rs"]
 

Reply via email to