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.
8 #include "validation.h"
12 main(int argc
, char** argv
)
16 fPrintToDebugLog
= false; // don't want to write to debug.log file
18 benchmark::BenchRunner::RunAll();