You are viewing a plain text version of this content. The canonical link for it is here.
Posted to github@arrow.apache.org by GitBox <gi...@apache.org> on 2021/01/15 05:32:32 UTC

[GitHub] [arrow] jorgecarleitao commented on a change in pull request #9206: ARROW-11254: [Rust][DataFusion] Add SIMD and snmalloc flags as options to benchmarks

jorgecarleitao commented on a change in pull request #9206:
URL: https://github.com/apache/arrow/pull/9206#discussion_r557871555



##########
File path: rust/benchmarks/Cargo.toml
##########
@@ -26,11 +26,16 @@ repository = "https://github.com/apache/arrow"
 license = "Apache-2.0"
 publish = false
 
+[features]
+simd = ["datafusion/simd"]
+snmalloc = ["snmalloc-rs"]
+
 [dependencies]
 arrow = { path = "../arrow" }
 parquet = { path = "../parquet" }
 datafusion = { path = "../datafusion" }
 structopt = { version = "0.3", default-features = false }
 tokio = { version = "0.2", features = ["macros", "rt-core", "rt-threaded"] }
 futures = "0.3"
-env_logger = "^0.8"
\ No newline at end of file
+env_logger = "^0.8"
+snmalloc-rs = {version = "0.2", optional = true }

Review comment:
       nit: add line ending




----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org