Visual performance analysis system at github
#1
Whenever a new graphics card comes out, the performance comparison is always not very intuitive. I wrote an online performance graphical comparison system with some simple code. You only need to upload the benchmark data to automatically update the performance graphical comparison data. This system code is open source. What do you think?

[Image: Hash_Mode_0.png?raw=true]

github: https://github.com/dosoos/hashcat_speeds
github pages: https://dosoos.github.io/hashcat_speeds/...index.html
Reply
#2
Nice work! The visual comparison makes GPU performance much easier to digest than raw tables. Upload/update workflow seems straightforward, and open-sourcing it is a big plus.
Suggestion: consider adding filters (by vendor, generation, hash mode) or trend lines to help spot efficiency differences at a glance. Could also integrate auto-pull from existing hashcat benchmark repos to keep data fresh.
Overall, a really useful tool for the community—thanks for sharing!
Reply