hanabi1224 / Programming-Language-Benchmarks

Yet another implementation of computer language benchmarks game
https://programming-language-benchmarks.vercel.app/
MIT License
650 stars 134 forks source link

Average the performance of same programs on different computers #429

Open igouy opened 8 months ago

igouy commented 8 months ago

Would it be possible from your past data collection, to make an average of performance of the same programs on different computers?

hanabi1224 commented 8 months ago

Hi @igouy all the data can be downloaded from the log CI build artifact, in json format . e.g. https://github.com/hanabi1224/Programming-Language-Benchmarks/actions/runs/7734656415 image

igouy commented 8 months ago

Maybe in a few months I'll take a look and ask you some more questions ;-)