File tree Expand file tree Collapse file tree 3 files changed +14
-4
lines changed Expand file tree Collapse file tree 3 files changed +14
-4
lines changed Original file line number Diff line number Diff line change 33// file COPYING or http://www.opensource.org/licenses/mit-license.php.
44
55#include < bench/bench.h>
6- #include < bench/nanobench.h>
76
87#include < bech32.h>
98#include < util/strencodings.h>
Original file line number Diff line number Diff line change 44
55#include < bench/bench.h>
66
7- #include < chainparams.h>
87#include < test/util/setup_common.h>
9- #include < validation.h>
108
9+ #include < chrono>
10+ #include < fstream>
11+ #include < functional>
12+ #include < iostream>
13+ #include < map>
1114#include < regex>
15+ #include < string>
16+ #include < vector>
17+
18+ using namespace std ::chrono_literals;
1219
1320const std::function<void (const std::string&)> G_TEST_LOG_FUN{};
1421
Original file line number Diff line number Diff line change 99#include < util/strencodings.h>
1010#include < util/system.h>
1111
12- #include < memory>
12+ #include < chrono>
13+ #include < cstdint>
14+ #include < iostream>
15+ #include < sstream>
16+ #include < vector>
1317
1418static const char * DEFAULT_BENCH_FILTER = " .*" ;
1519static constexpr int64_t DEFAULT_MIN_TIME_MS{10 };
You can’t perform that action at this time.
0 commit comments