bheisler / criterion.rs

Statistics-driven benchmarking library for Rust
Apache License 2.0
4.43k stars 298 forks source link

script / plugin to easily interpret benchmark with OpenAI / LLM #791

Open louis030195 opened 1 month ago

louis030195 commented 1 month ago

not super familiar with criterion so I copy pasted output in ChatGPT, I guess this could be more automated, anyone yet did a simple python script or something to interpret the data with OpenAI API?

ideally the script would also look at my rust code to give tips too :)