|
Barretenberg
The ZK-SNARK library at the core of Aztec
|
#include "barretenberg/ecc/curves/bn254/fr.hpp"#include "barretenberg/polynomials/polynomial_arithmetic.hpp"#include <benchmark/benchmark.h>Go to the source code of this file.
Functions | |
| BENCHMARK (bench_compute_sum_scalar) | |
| BENCHMARK (bench_compute_sum_full) | |
| BENCHMARK_MAIN () | |
Variables | |
| constexpr size_t | N = 1 << 16 |
| BENCHMARK | ( | bench_compute_sum_full | ) |
| BENCHMARK | ( | bench_compute_sum_scalar | ) |
| BENCHMARK_MAIN | ( | ) |
|
constexpr |
Definition at line 22 of file compute_sum.bench.cpp.