jiangzhx commented on issue #373:
URL: https://github.com/apache/arrow-ballista/issues/373#issuecomment-1323346432

   ❯ cargo run --release --bin tpch -- benchmark datafusion --iterations 3 
--path ./data --format tbl --query 16 --batch-size 4096
   
       Finished release [optimized] target(s) in 0.34s
        Running 
`/Users/sylar/workspace/opensource/arrow-ballista/target/release/tpch benchmark 
datafusion --iterations 3 --path ./data --format tbl --query 16 --batch-size 
4096`
   Running benchmarks with the following options: DataFusionBenchmarkOpt { 
query: 16, debug: false, iterations: 3, partitions: 2, batch_size: 4096, path: 
"./data", file_format: "tbl", mem_table: false, output_path: None }
   Query 16 iteration 0 took 267.9 ms and returned 18314 rows
   Query 16 iteration 1 took 212.1 ms and returned 18314 rows
   Query 16 iteration 2 took 208.1 ms and returned 18314 rows
   Query 16 avg time: 229.37 ms


-- 
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: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to