|
Barretenberg
The ZK-SNARK library at the core of Aztec
|
#include <benchmark/benchmark.h>#include <chrono>#include "barretenberg/api/file_io.hpp"#include "barretenberg/chonk/chonk_verifier.hpp"#include "barretenberg/chonk/proof_compression.hpp"#include "barretenberg/chonk/test_bench_shared.hpp"#include "barretenberg/common/google_bb_bench.hpp"#include "barretenberg/common/thread.hpp"#include "barretenberg/honk/proof_length.hpp"#include "barretenberg/srs/global_crs.hpp"Go to the source code of this file.
Macros | |
| #define | ARGS Arg(ChonkBench::NUM_ITERATIONS_MEDIUM_COMPLEXITY)->Arg(2) |
Functions | |
| BENCHMARK_MAIN () | |
| #define ARGS Arg(ChonkBench::NUM_ITERATIONS_MEDIUM_COMPLEXITY)->Arg(2) |
Definition at line 118 of file chonk.bench.cpp.
| BENCHMARK_MAIN | ( | ) |