1 // Copyright (c) 2015-2016 The Bitcoin Core developers
2 // Distributed under the MIT software license, see the accompanying
3 // file COPYING or http://www.opensource.org/licenses/mit-license.php.
5 #include <bench/bench.h>
7 #include <crypto/sha256.h>
9 #include <validation.h>
14 main(int argc
, char** argv
)
20 fPrintToDebugLog
= false; // don't want to write to debug.log file
22 benchmark::BenchRunner::RunAll();