Add equihash solving benchmarks

This commit is contained in:
Taylor Hornby
2016-04-11 08:05:13 -06:00
parent 6962bb3df0
commit bf8def9749
4 changed files with 35 additions and 6 deletions

View File

@@ -7,5 +7,6 @@
extern double benchmark_sleep();
extern double benchmark_parameter_loading();
extern double benchmark_create_joinsplit();
extern double benchmark_solve_equihash();
#endif