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 2022/02/09 18:40:04 UTC

[GitHub] [arrow-datafusion] alamb commented on pull request #1766: TPC-H benchmark can optionally write JSON output file with benchmark summary

alamb commented on pull request #1766:
URL: https://github.com/apache/arrow-datafusion/pull/1766#issuecomment-1034077209


   ```shell
   Query 1 iteration 2 took 62666.3 ms and returned 4 rows
   Query 1 avg time: 62579.50 ms
   Writing summary file to /tmp/tpch-q1-1644431672.json
   ```
   
   It is pretty neat:
   ```
   alamb@MacBook-Pro-2 arrow-datafusion % cat /tmp/tpch-q1-1644431672.json 
   {
     "benchmark_version": "5.0.0",
     "datafusion_version": "6.0.0",
     "num_cpus": 16,
     "start_time": 1644431672,
     "arguments": [
       "benchmark",
       "datafusion",
       "-o",
       "/tmp",
       "-p",
       "/Users/alamb/Software/tpch_data/SF1",
       "-q",
       "1",
       "--format",
       "tbl"
     ],
     "query": 1,
     "iterations": [
       {
         "elapsed": 62607.731700000004,
         "row_count": 4
       },
       {
         "elapsed": 62464.438148,
         "row_count": 4
       },
       {
         "elapsed": 62666.318697,
         "row_count": 4
       }
     ]
   ```


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