Barretenberg
The ZK-SNARK library at the core of Aztec
Loading...
Searching...
No Matches
barycentric.bench.cpp File Reference
#include "barretenberg/ecc/curves/bn254/fr.hpp"
#include "barretenberg/polynomials/univariate.hpp"
#include <benchmark/benchmark.h>

Go to the source code of this file.

Namespaces

namespace  bb
 Entry point for Barretenberg command-line interface.
 
namespace  bb::benchmark
 

Typedefs

using FF = bb::fr
 

Functions

void bb::benchmark::extend_2_to_11 (State &state) noexcept
 
void bb::benchmark::fake_extend_2_to_11 (State &state) noexcept
 
void bb::benchmark::self_extend_2_to_11 (State &state) noexcept
 
 bb::benchmark::BENCHMARK (extend_2_to_11)
 
 bb::benchmark::BENCHMARK (fake_extend_2_to_11)
 
 bb::benchmark::BENCHMARK (self_extend_2_to_11)
 
 BENCHMARK_MAIN ()
 

Typedef Documentation

◆ FF

using FF = bb::fr

Definition at line 11 of file barycentric.bench.cpp.

Function Documentation

◆ BENCHMARK_MAIN()

BENCHMARK_MAIN ( )