alamb commented on issue #5504:
URL: https://github.com/apache/datafusion/issues/5504#issuecomment-2633678177

   Here is a suggestion on how to proceed with this project:
   1. Create the converter from bench json --> line protocol (e.g. 
https://github.com/apache/datafusion/issues/6107)
   2. Write a script that runs the bench.sh script to gather the clickbench 
performance numbers over the last 5 releases:
   
   ```shell
   git checkout 40.0.0
   ./bench.sh run clickbench_partitioned
   git checkout 41.0.0
   ./bench.sh run clickbench_partitioned
   ...
   git checkout 45.0.0
   ./bench.sh run clickbench_partitioned
   ```
   
   And then load/plot that data using Grafana.
   
   


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


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to