hashcat Forum
crude shell script for running *all* benchmarks - Printable Version

+- hashcat Forum (https://hashcat.net/forum)
+-- Forum: Misc (https://hashcat.net/forum/forum-15.html)
+--- Forum: User Contributions (https://hashcat.net/forum/forum-25.html)
+--- Thread: crude shell script for running *all* benchmarks (/thread-7032.html)



crude shell script for running *all* benchmarks - royce - 11-19-2017

Saves one benchmark per file, so if you're troubleshooting something that only dies on some hashes, you can resume efficiently (because it will skip existing benchmark files).

https://gist.github.com/roycewilliams/a343489ed73a3b4e96d2df7e5201dbb4


RE: crude shell script for running *all* benchmarks - royce - 07-25-2021

[a necromancer appears]

This has been superseded by --benchmark-all. Big Grin


RE: crude shell script for running *all* benchmarks - atom - 07-25-2021

I use tools/benchmark_deep.pl for generating automated benchmarks. It also works with a given list of hash-modes so you can "resume" at some point.