Barretenberg
The ZK-SNARK library at the core of Aztec
Loading...
Searching...
No Matches
protogalaxy.bench.cpp File Reference

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 ()
 

Function Documentation

◆ BENCHMARK_MAIN()

BENCHMARK_MAIN ( )