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/05 18:16:55 UTC

[GitHub] [arrow-datafusion] andygrove opened a new issue #1757: Benchmarks should optionally write timings and environment details to a JSON file

andygrove opened a new issue #1757:
URL: https://github.com/apache/arrow-datafusion/issues/1757


   **Is your feature request related to a problem or challenge? Please describe what you are trying to do.**
   I am working on some benchmark automation. I would like to have the benchmarks optionally produce a JSON file containing:
   
   - Current date and time
   - DatraFusion version
   - The parameters passed to the benchmark
   - Timings for each run of the query or queries
   - Summary of results (row counts, hashes?)
   
   Stretch goals would be to include the following, but this could be handled in separate issues later.
   
   - Git branch name and hash of latest commit, and whether any local files have been modified
   - Information about the host (operating system version, number of cores, mem etc)
   - Rust version
   
   **Describe the solution you'd like**
   As described above.
   
   **Describe alternatives you've considered**
   None
   
   **Additional context**
   None
   


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



[GitHub] [arrow-datafusion] alamb closed issue #1757: Benchmarks should optionally write timings and environment details to a JSON file

Posted by GitBox <gi...@apache.org>.
alamb closed issue #1757:
URL: https://github.com/apache/arrow-datafusion/issues/1757


   


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



[GitHub] [arrow-datafusion] Dandandan commented on issue #1757: Benchmarks should optionally write timings and environment details to a JSON file

Posted by GitBox <gi...@apache.org>.
Dandandan commented on issue #1757:
URL: https://github.com/apache/arrow-datafusion/issues/1757#issuecomment-1030777260


   Also compile time features in use would be interesting (LTO, SIMD,  memory allocator, etc.)


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



[GitHub] [arrow-datafusion] andygrove commented on issue #1757: Benchmarks should optionally write timings and environment details to a JSON file

Posted by GitBox <gi...@apache.org>.
andygrove commented on issue #1757:
URL: https://github.com/apache/arrow-datafusion/issues/1757#issuecomment-1031085417


   > Perhaps also hardware info?
   
   I added the number of CPU cores but it would be good to add operating system and architecture info. Do you happen to know of any good crates that provide this? I have not researched this yet.


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



[GitHub] [arrow-datafusion] houqp commented on issue #1757: Benchmarks should optionally write timings and environment details to a JSON file

Posted by GitBox <gi...@apache.org>.
houqp commented on issue #1757:
URL: https://github.com/apache/arrow-datafusion/issues/1757#issuecomment-1030756976


   Perhaps also hardware info?


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