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 3
3
// file COPYING or http://www.opensource.org/licenses/mit-license.php.
4
4
5
5
#include < bench/bench.h>
6
- #include < bench/nanobench.h>
7
6
8
7
#include < bech32.h>
9
8
#include < util/strencodings.h>
Original file line number Diff line number Diff line change 4
4
5
5
#include < bench/bench.h>
6
6
7
- #include < chainparams.h>
8
7
#include < test/util/setup_common.h>
9
- #include < validation.h>
10
8
9
+ #include < chrono>
10
+ #include < fstream>
11
+ #include < functional>
12
+ #include < iostream>
13
+ #include < map>
11
14
#include < regex>
15
+ #include < string>
16
+ #include < vector>
17
+
18
+ using namespace std ::chrono_literals;
12
19
13
20
const std::function<void (const std::string&)> G_TEST_LOG_FUN{};
14
21
Original file line number Diff line number Diff line change 9
9
#include < util/strencodings.h>
10
10
#include < util/system.h>
11
11
12
- #include < memory>
12
+ #include < chrono>
13
+ #include < cstdint>
14
+ #include < iostream>
15
+ #include < sstream>
16
+ #include < vector>
13
17
14
18
static const char * DEFAULT_BENCH_FILTER = " .*" ;
15
19
static constexpr int64_t DEFAULT_MIN_TIME_MS{10 };
You can’t perform that action at this time.
0 commit comments