Barretenberg
The ZK-SNARK library at the core of Aztec
|
#include <benchmark/benchmark.h>
#include "barretenberg/common/op_count_google_bench.hpp"
#include "barretenberg/protogalaxy/protogalaxy_prover.hpp"
#include "barretenberg/protogalaxy/protogalaxy_prover_internal.hpp"
#include "barretenberg/stdlib_circuit_builders/mock_circuits.hpp"
#include "barretenberg/stdlib_circuit_builders/ultra_circuit_builder.hpp"
#include "barretenberg/ultra_honk/decider_keys.hpp"
#include "barretenberg/ultra_honk/decider_proving_key.hpp"
Go to the source code of this file.
Namespaces | |
namespace | bb |
Entry point for Barretenberg command-line interface. | |
Typedefs | |
using | bb::Flavor = MegaFlavor |
using | bb::FF = typename Flavor::FF |
Functions | |
void | bb::vector_of_evaluations (State &state) noexcept |
void | bb::compute_row_evaluations (State &state) noexcept |
void | bb::fold_k (State &state) noexcept |
bb::BENCHMARK (vector_of_evaluations) -> DenseRange(15, 21) ->Unit(kMillisecond) ->Iterations(1) | |
bb::BENCHMARK (compute_row_evaluations) -> DenseRange(15, 21) ->Unit(kMillisecond) | |
bb::BENCHMARK (fold_k) -> DenseRange(14, 20) ->Unit(kMillisecond) | |
BENCHMARK_MAIN () | |
BENCHMARK_MAIN | ( | ) |