Bitcoin Core 28.99.0
P2P Digital Currency
|
#include <bench/bench.h>
#include <hash.h>
#include <key.h>
#include <primitives/transaction.h>
#include <pubkey.h>
#include <script/interpreter.h>
#include <script/script.h>
#include <span.h>
#include <test/util/transaction_utils.h>
#include <uint256.h>
#include <array>
#include <cassert>
#include <cstdint>
#include <vector>
Go to the source code of this file.
Functions | |
static void | VerifyScriptBench (benchmark::Bench &bench) |
static void | VerifyNestedIfScript (benchmark::Bench &bench) |
BENCHMARK (VerifyScriptBench, benchmark::PriorityLevel::HIGH) | |
BENCHMARK (VerifyNestedIfScript, benchmark::PriorityLevel::HIGH) | |
BENCHMARK | ( | VerifyNestedIfScript | , |
benchmark::PriorityLevel::HIGH | |||
) |
BENCHMARK | ( | VerifyScriptBench | , |
benchmark::PriorityLevel::HIGH | |||
) |
|
static |
|
static |