Barretenberg
The ZK-SNARK library at the core of Aztec
|
#include "barretenberg/vm2/simulation/lib/written_slots_tree.hpp"
#include <benchmark/benchmark.h>
#include <chrono>
#include <stack>
#include "barretenberg/vm2/common/field.hpp"
#include "barretenberg/vm2/simulation/poseidon2.hpp"
Go to the source code of this file.
Namespaces | |
namespace | bb |
Entry point for Barretenberg command-line interface. | |
namespace | bb::avm2 |
namespace | bb::avm2::simulation |
Typedefs | |
using | RawPoseidon2 = crypto::Poseidon2< crypto::Poseidon2Bn254ScalarFieldParams > |
Functions | |
bb::avm2::simulation::BENCHMARK (BM_WrittenSlotsTreeStack) -> Arg(1000) ->Arg(3000) ->Arg(6000) ->Arg(9000) ->Unit(benchmark::kMicrosecond) | |
BENCHMARK_MAIN () | |
Definition at line 12 of file written_slots_tree.bench.cpp.
BENCHMARK_MAIN | ( | ) |