#include "barretenberg/ecc/curves/bn254/fr.hpp"
#include "barretenberg/polynomials/polynomial.hpp"
#include <benchmark/benchmark.h>
#include <cstring>
Go to the source code of this file.
|
| constexpr size_t | N = 1 << 16 |
| |
◆ BENCHMARK() [1/6]
| BENCHMARK |
( |
bench_minus_equals_full |
| ) |
|
◆ BENCHMARK() [2/6]
| BENCHMARK |
( |
bench_minus_equals_scalar |
| ) |
|
◆ BENCHMARK() [3/6]
| BENCHMARK |
( |
bench_plus_equals_full |
| ) |
|
◆ BENCHMARK() [4/6]
| BENCHMARK |
( |
bench_plus_equals_scalar |
| ) |
|
◆ BENCHMARK() [5/6]
| BENCHMARK |
( |
bench_times_equals_full |
| ) |
|
◆ BENCHMARK() [6/6]
| BENCHMARK |
( |
bench_times_equals_scalar |
| ) |
|
◆ BENCHMARK_MAIN()
| constexpr size_t N = 1 << 16 |
|
constexpr |