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/12/15 21:10:20 UTC

[GitHub] [arrow-datafusion] alamb commented on issue #1452: [Question] I'm doing some benchmark test(TPCH) on DataFusion, is there a way to run the benchmark in a single thread?

alamb commented on issue #1452:
URL: https://github.com/apache/arrow-datafusion/issues/1452#issuecomment-995216123


   Hi @mingmwang  -- I think setting `partitions` to `1` is the closest we have at the moment
   
   So something like
   ```shell
   ./target/debug/tpch benchmark datafusion -n 1 ...
   ```


-- 
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.

To unsubscribe, e-mail: github-unsubscribe@arrow.apache.org

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