Add thread parameter to solveequihash benchmark

Closes #1147
This commit is contained in:
Jack Grigg
2016-08-05 15:05:38 +12:00
parent fbd90518e3
commit f7478de67f
5 changed files with 47 additions and 10 deletions

View File

@@ -7,7 +7,8 @@
extern double benchmark_sleep();
extern double benchmark_parameter_loading();
extern double benchmark_create_joinsplit();
extern double benchmark_solve_equihash();
extern double benchmark_solve_equihash(bool time);
extern double benchmark_solve_equihash_threaded(int nThreads);
extern double benchmark_verify_joinsplit(const JSDescription &joinsplit);
extern double benchmark_verify_equihash();
extern double benchmark_large_tx();