Closed erthink closed 5 years ago
Yes, sure @leo-yuriev, that's a good idea. I need to prep it, so that it becomes more easy to use and integrate. I'll put it in a directory in this repository, and give a note here when it's ready.
The benchmark source has been added to the repository, at tests/bench
.
It's designed to be integrated, and you can select which level you prefer :
main
: command line parser bhDisplay
: generate scenarios, push the results into stdout
, designed to be read later as .csv
importbenchHash
: benchmark the requested scenario, returns speed result as double
expressed as nbHashes / second.
Is the benchmark source code available anywhere ("Presenting XXH3" article)? I would like to use the same tool for measurements (and may be, if you agree, incorporate ones into HashContest).
Regards.