![]() |
Bitcoin Core
21.99.0
P2P Digital Currency
|
#include <bench/bench.h>
#include <key.h>
#include <script/script.h>
#include <script/standard.h>
#include <streams.h>
#include <test/util/transaction_utils.h>
#include <array>
Go to the source code of this file.
Functions | |
static void | VerifyScriptBench (benchmark::Bench &bench) |
static void | VerifyNestedIfScript (benchmark::Bench &bench) |
BENCHMARK (VerifyScriptBench) | |
BENCHMARK (VerifyNestedIfScript) | |
BENCHMARK | ( | VerifyScriptBench | ) |
BENCHMARK | ( | VerifyNestedIfScript | ) |
|
static |
|
static |
Definition at line 19 of file verify_script.cpp.