Skip to content

Commit

Permalink
feat: measure plonk rounds (#3065)
Browse files Browse the repository at this point in the history
Features:
- Adds round benchmarking executables
- Adds benchmarking circuits of size `2**13` to `2**18`
- Refactoring 

ultrahonk flame graph:
Reference with 'Ultra Honk Round Breakdown' below
<img width="1512" alt="Screenshot 2023-10-26 at 8 03 47 PM"
src="https://github.com/AztecProtocol/aztec-packages/assets/163993/ae391982-34d0-47c8-bed6-77c3cb9cd816">

ultraplonk flame graph:
Reference with 'Ultra Plonk Round Breakdown' below
To read this one, you have to count plonk_round from round 1 through 6.
<img width="1501" alt="Screenshot 2023-10-26 at 8 24 40 PM"
src="https://github.com/AztecProtocol/aztec-packages/assets/163993/504e7dd7-ba6a-473e-880c-0362a3a73bc9">


Current stats:
ultrahonk ~43-49% faster than ultraplonk on 10x ECDSA, ~25% faster on
2**18 circuit basic arithmetic circuit

Example output of scripts/benchmarks.sh:

MACBOOK STATS 10 cores
<details><summary>Standard Plonk</summary>

```
Unable to determine clock rate from sysctl: hw.cpufrequency: No such file or directory
This does not affect benchmark measurements, only the metadata output.
2023-10-26T19:40:15-04:00
Running ./bin/standard_plonk_bench
Run on (10 X 24.1218 MHz CPU s)
CPU Caches:
  L1 Data 64 KiB
  L1 Instruction 128 KiB
  L2 Unified 4096 KiB (x10)
Load Average: 63.73, 26.17, 14.93
---------------------------------------------------------------------------------
Benchmark                                       Time             CPU   Iterations
---------------------------------------------------------------------------------
construct_proof_standard_power_of_2/13       82.0 ms         70.9 ms            9
construct_proof_standard_power_of_2/14        132 ms          117 ms            6
construct_proof_standard_power_of_2/15        223 ms          202 ms            3
construct_proof_standard_power_of_2/16        413 ms          370 ms            2
construct_proof_standard_power_of_2/17        746 ms          716 ms            1
construct_proof_standard_power_of_2/18       1418 ms         1364 ms            1
```

</details>
<details><summary>Ultra Honk Round Breakdown</summary>

```
Unable to determine clock rate from sysctl: hw.cpufrequency: No such file or directory
This does not affect benchmark measurements, only the metadata output.
2023-10-26T19:40:24-04:00
Running ./bin/ultra_honk_rounds_bench
Run on (10 X 24.121 MHz CPU s)
CPU Caches:
  L1 Data 64 KiB
  L1 Instruction 128 KiB
  L2 Unified 4096 KiB (x10)
Load Average: 59.43, 25.90, 14.90
---------------------------------------------------------------------------------------
Benchmark                                             Time             CPU   Iterations
---------------------------------------------------------------------------------------
ROUND_PREAMBLE/iterations:1                        16.7 ms         16.6 ms            1
ROUND_WIRE_COMMITMENTS/iterations:1                 205 ms          169 ms            1
ROUND_SORTED_LIST_ACCUMULATOR/iterations:1          189 ms          169 ms            1
ROUND_GRAND_PRODUCT_COMPUTATION/iterations:1        452 ms          419 ms            1
ROUND_RELATION_CHECK                               1426 ms         1407 ms            1
ROUND_ZEROMORPH                                    1204 ms         1158 ms            1
```

</details>
<details><summary>Ultra Plonk Round Breakdown</summary>

```
Unable to determine clock rate from sysctl: hw.cpufrequency: No such file or directory
This does not affect benchmark measurements, only the metadata output.
2023-10-26T19:40:56-04:00
Running ./bin/ultra_plonk_rounds_bench
Run on (10 X 24.1204 MHz CPU s)
CPU Caches:
  L1 Data 64 KiB
  L1 Instruction 128 KiB
  L2 Unified 4096 KiB (x10)
Load Average: 33.61, 23.16, 14.35
------------------------------------------------------------------------------------
Benchmark                                          Time             CPU   Iterations
------------------------------------------------------------------------------------
ROUND_PREAMBLE/iterations:1                      121 ms          112 ms            1
ROUND_FIRST_WIRE_COMMITMENTS                     679 ms          657 ms            1
ROUND_SECOND_FIAT_SHAMIR_ETA                     636 ms          561 ms            1
ROUND_THIRD_FIAT_SHAMIR_BETA_GAMMA              1255 ms          972 ms            1
ROUND_FOURTH_FIAT_SHAMIR_ALPHA_AND_COMMIT       1944 ms         1893 ms            1
ROUND_FIFTH_COMPUTE_QUOTIENT_EVALUTION           245 ms          187 ms            4
ROUND_SIXTH_BATCH_OPEN                           569 ms          558 ms            1
```

</details>
<details><summary>Ultra Honk</summary>

```
Unable to determine clock rate from sysctl: hw.cpufrequency: No such file or directory
This does not affect benchmark measurements, only the metadata output.
2023-10-26T19:42:43-04:00
Running ./bin/ultra_honk_bench
Run on (10 X 24.1212 MHz CPU s)
CPU Caches:
  L1 Data 64 KiB
  L1 Instruction 128 KiB
  L2 Unified 4096 KiB (x10)
Load Average: 10.61, 17.83, 13.27
---------------------------------------------------------------------------------------
Benchmark                                             Time             CPU   Iterations
---------------------------------------------------------------------------------------
construct_proof_ultrahonk/sha256                    510 ms          479 ms            2
construct_proof_ultrahonk/keccak                   1833 ms         1749 ms            1
construct_proof_ultrahonk/ecdsa_verification       3396 ms         3193 ms            1
construct_proof_ultrahonk/merkle_membership         297 ms          279 ms            3
construct_proof_ultrahonk_power_of_2/13             121 ms          112 ms            6
construct_proof_ultrahonk_power_of_2/14             187 ms          177 ms            4
construct_proof_ultrahonk_power_of_2/15             320 ms          294 ms            2
construct_proof_ultrahonk_power_of_2/16             547 ms          524 ms            1
construct_proof_ultrahonk_power_of_2/17            1029 ms          991 ms            1
construct_proof_ultrahonk_power_of_2/18            1936 ms         1875 ms            1
```

</details>
<details><summary>Ultra Plonk</summary>

```
Unable to determine clock rate from sysctl: hw.cpufrequency: No such file or directory
This does not affect benchmark measurements, only the metadata output.
2023-10-26T19:43:02-04:00
Running ./bin/ultra_plonk_bench
Run on (10 X 24.1209 MHz CPU s)
CPU Caches:
  L1 Data 64 KiB
  L1 Instruction 128 KiB
  L2 Unified 4096 KiB (x10)
Load Average: 9.93, 17.21, 13.15
----------------------------------------------------------------------------------------
Benchmark                                              Time             CPU   Iterations
----------------------------------------------------------------------------------------
construct_proof_ultraplonk/sha256                    672 ms          628 ms            1
construct_proof_ultraplonk/keccak                   2477 ms         2374 ms            1
construct_proof_ultraplonk/ecdsa_verification       5086 ms         4582 ms            1
construct_proof_ultraplonk/merkle_membership         459 ms          346 ms            2
construct_proof_ultraplonk_power_of_2/13             184 ms          126 ms            5
construct_proof_ultraplonk_power_of_2/14             293 ms          202 ms            3
construct_proof_ultraplonk_power_of_2/15             463 ms          349 ms            2
construct_proof_ultraplonk_power_of_2/16             772 ms          601 ms            1
construct_proof_ultraplonk_power_of_2/17            1410 ms         1229 ms            1
construct_proof_ultraplonk_power_of_2/18            2468 ms         2394 ms            1
```

</details>

MAINFRAME STATS, ~128 cores
<details><summary>Standard Plonk</summary>

```
2023-10-26T23:39:37+00:00
Running ./bin/standard_plonk_bench
Run on (128 X 2649.99 MHz CPU s)
CPU Caches:
  L1 Data 32 KiB (x64)
  L1 Instruction 32 KiB (x64)
  L2 Unified 512 KiB (x64)
  L3 Unified 32768 KiB (x8)
Load Average: 15.48, 13.93, 12.70
---------------------------------------------------------------------------------
Benchmark                                       Time             CPU   Iterations
---------------------------------------------------------------------------------
construct_proof_standard_power_of_2/13        128 ms          112 ms            6
construct_proof_standard_power_of_2/14        150 ms          131 ms            5
construct_proof_standard_power_of_2/15        182 ms          155 ms            4
construct_proof_standard_power_of_2/16        261 ms          203 ms            3
construct_proof_standard_power_of_2/17        410 ms          324 ms            2
construct_proof_standard_power_of_2/18        914 ms          710 ms            1
```

</details>
<details><summary>Ultra Honk Round Breakdown</summary>

```
2023-10-26T23:39:46+00:00
Running ./bin/ultra_honk_rounds_bench
Run on (128 X 2649.99 MHz CPU s)
CPU Caches:
  L1 Data 32 KiB (x64)
  L1 Instruction 32 KiB (x64)
  L2 Unified 512 KiB (x64)
  L3 Unified 32768 KiB (x8)
Load Average: 16.06, 14.13, 12.78
---------------------------------------------------------------------------------------
Benchmark                                             Time             CPU   Iterations
---------------------------------------------------------------------------------------
ROUND_PREAMBLE/iterations:1                        29.8 ms         29.7 ms            1
ROUND_WIRE_COMMITMENTS/iterations:1                 100 ms         53.4 ms            1
ROUND_SORTED_LIST_ACCUMULATOR/iterations:1          110 ms         87.6 ms            1
ROUND_GRAND_PRODUCT_COMPUTATION/iterations:1        190 ms          116 ms            1
ROUND_RELATION_CHECK                                467 ms          300 ms            2
ROUND_ZEROMORPH                                     921 ms          807 ms            1
```

</details>
<details><summary>Ultra Plonk Round Breakdown</summary>

```
2023-10-26T23:40:21+00:00
Running ./bin/ultra_plonk_rounds_bench
Run on (128 X 2649.99 MHz CPU s)
CPU Caches:
  L1 Data 32 KiB (x64)
  L1 Instruction 32 KiB (x64)
  L2 Unified 512 KiB (x64)
  L3 Unified 32768 KiB (x8)
Load Average: 16.26, 14.76, 13.06
------------------------------------------------------------------------------------
Benchmark                                          Time             CPU   Iterations
------------------------------------------------------------------------------------
ROUND_PREAMBLE/iterations:1                      238 ms          229 ms            1
ROUND_FIRST_WIRE_COMMITMENTS                     375 ms          270 ms            2
ROUND_SECOND_FIAT_SHAMIR_ETA                     282 ms          212 ms            3
ROUND_THIRD_FIAT_SHAMIR_BETA_GAMMA               675 ms          513 ms            1
ROUND_FOURTH_FIAT_SHAMIR_ALPHA_AND_COMMIT        775 ms          596 ms            1
ROUND_FIFTH_COMPUTE_QUOTIENT_EVALUTION          76.0 ms         56.9 ms           13
ROUND_SIXTH_BATCH_OPEN                           357 ms          291 ms            2
```

</details>
<details><summary>Ultra Honk</summary>

```
2023-10-26T23:43:17+00:00
Running ./bin/ultra_honk_bench
Run on (128 X 3444.11 MHz CPU s)
CPU Caches:
  L1 Data 32 KiB (x64)
  L1 Instruction 32 KiB (x64)
  L2 Unified 512 KiB (x64)
  L3 Unified 32768 KiB (x8)
Load Average: 36.58, 26.06, 17.88
---------------------------------------------------------------------------------------
Benchmark                                             Time             CPU   Iterations
---------------------------------------------------------------------------------------
construct_proof_ultrahonk/sha256                    344 ms          277 ms            3
construct_proof_ultrahonk/keccak                    913 ms          706 ms            1
construct_proof_ultrahonk/ecdsa_verification       1645 ms         1270 ms            1
construct_proof_ultrahonk/merkle_membership         231 ms          191 ms            4
construct_proof_ultrahonk_power_of_2/13             149 ms          127 ms            5
construct_proof_ultrahonk_power_of_2/14             184 ms          152 ms            5
construct_proof_ultrahonk_power_of_2/15             243 ms          193 ms            4
construct_proof_ultrahonk_power_of_2/16             365 ms          278 ms            3
construct_proof_ultrahonk_power_of_2/17             545 ms          423 ms            2
construct_proof_ultrahonk_power_of_2/18            1053 ms          750 ms            1
```

</details>
<details><summary>Ultra Plonk</summary>

```
2023-10-26T23:43:37+00:00
Running ./bin/ultra_plonk_bench
Run on (128 X 2649.99 MHz CPU s)
CPU Caches:
  L1 Data 32 KiB (x64)
  L1 Instruction 32 KiB (x64)
  L2 Unified 512 KiB (x64)
  L3 Unified 32768 KiB (x8)
Load Average: 28.74, 24.91, 17.67
----------------------------------------------------------------------------------------
Benchmark                                              Time             CPU   Iterations
----------------------------------------------------------------------------------------
construct_proof_ultraplonk/sha256                    473 ms          353 ms            2
construct_proof_ultraplonk/keccak                   1379 ms         1044 ms            1
construct_proof_ultraplonk/ecdsa_verification       2363 ms         1785 ms            1
construct_proof_ultraplonk/merkle_membership         275 ms          240 ms            3
construct_proof_ultraplonk_power_of_2/13             196 ms          181 ms            4
construct_proof_ultraplonk_power_of_2/14             226 ms          203 ms            3
construct_proof_ultraplonk_power_of_2/15             287 ms          238 ms            3
construct_proof_ultraplonk_power_of_2/16             363 ms          300 ms            2
construct_proof_ultraplonk_power_of_2/17             656 ms          532 ms            1
construct_proof_ultraplonk_power_of_2/18            1326 ms         1019 ms            1
```

---------

Co-authored-by: ludamad <adam@aztecprotocol.com>
Co-authored-by: codygunton <codygunton@gmail.com>
  • Loading branch information
3 people authored Oct 27, 2023
1 parent 7ed30e8 commit c8e1d8b
Show file tree
Hide file tree
Showing 11 changed files with 244 additions and 296 deletions.
38 changes: 38 additions & 0 deletions barretenberg/cpp/scripts/benchmarks.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,38 @@
#!/bin/bash
set -eu

# Move above script dir.
cd $(dirname $0)/..

# Configure and build.
cmake --preset clang16
cmake --build --preset clang16

cd build

# github markdown style, works in comments and descriptions
echo -e "<details><summary>Standard Plonk</summary>"
echo -e '\n```'
./bin/standard_plonk_bench | tee standard_plonk_bench.out
echo -e '```\n'
echo -e "</details>"
echo -e "<details><summary>Ultra Honk Round Breakdown</summary>"
echo -e '\n```'
./bin/ultra_honk_rounds_bench | tee ultra_honk_rounds_bench.out
echo -e '```\n'
echo -e "</details>"
echo -e "<details><summary>Ultra Plonk Round Breakdown</summary>"
echo -e '\n```'
./bin/ultra_plonk_rounds_bench | tee ultra_plonk_rounds_bench.out
echo -e '```\n'
echo -e "</details>"
echo -e "<details><summary>Ultra Honk</summary>"
echo -e '\n```'
./bin/ultra_honk_bench | tee ultra_honk_bench.out
echo -e '```\n'
echo -e "</details>"
echo -e "<details><summary>Ultra Plonk</summary>"
echo -e '\n```'
./bin/ultra_plonk_bench | tee ultra_plonk_bench.out
echo -e '```\n'
echo -e "</details>"
9 changes: 7 additions & 2 deletions barretenberg/cpp/scripts/collect_profile_information.sh
Original file line number Diff line number Diff line change
@@ -1,9 +1,14 @@
#!/bin/bash
set -eu

PRESET=${1:-xray} # can also be 'xray-1thread'
# can also be 'xray-1thread'
PRESET=${1:-xray}
# pass "" to run and 1 to reuse old results
ONLY_PROCESS=${2:-}
# pass the executable name from build/bin
EXECUTABLE=${3:-ultra_honk_rounds_bench}
# by default run the executable, but we can provide an alt command e.g. use taskset and benchmark flags
COMMAND=${4:-./bin/$EXECUTABLE}

# Move above script dir.
cd $(dirname $0)/..
Expand All @@ -19,7 +24,7 @@ if [ -z "$ONLY_PROCESS" ]; then
rm -f xray-log.$EXECUTABLE.*

# Run benchmark with profiling.
XRAY_OPTIONS="patch_premain=true xray_mode=xray-basic verbosity=1" ./bin/$EXECUTABLE
XRAY_OPTIONS="patch_premain=true xray_mode=xray-basic verbosity=1" $COMMAND
fi

function shorten_cpp_names() {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ set(BENCHMARK_SOURCES
ultra_honk.bench.cpp
ultra_honk_rounds.bench.cpp
ultra_plonk.bench.cpp
ultra_plonk_rounds.bench.cpp
)

# Required libraries for benchmark suites
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@

#include "barretenberg/honk/composer/ultra_composer.hpp"
#include "barretenberg/honk/proof_system/ultra_prover.hpp"
#include "barretenberg/plonk/composer/standard_composer.hpp"
#include "barretenberg/plonk/composer/ultra_composer.hpp"
#include "barretenberg/proof_system/types/circuit_type.hpp"
#include "barretenberg/stdlib/encryption/ecdsa/ecdsa.hpp"
Expand All @@ -23,35 +24,25 @@ using namespace benchmark;

namespace bench_utils {

struct BenchParams {
// Num iterations of the operation of interest in a test circuit, e.g. num sha256 hashes
static constexpr size_t MIN_NUM_ITERATIONS = 10;
static constexpr size_t MAX_NUM_ITERATIONS = 10;

// Log num gates; for simple circuits only, e.g. standard arithmetic circuit
static constexpr size_t MIN_LOG_NUM_GATES = 16;
static constexpr size_t MAX_LOG_NUM_GATES = 16;

static constexpr size_t NUM_REPETITIONS = 1;
};

/**
* @brief Generate test circuit with basic arithmetic operations
*
* @param composer
* @param num_iterations
*/
template <typename Builder> void generate_basic_arithmetic_circuit(Builder& builder, size_t num_gates)
template <typename Builder> void generate_basic_arithmetic_circuit(Builder& builder, size_t log2_num_gates)
{
proof_system::plonk::stdlib::field_t a(
proof_system::plonk::stdlib::witness_t(&builder, barretenberg::fr::random_element()));
proof_system::plonk::stdlib::field_t b(
proof_system::plonk::stdlib::witness_t(&builder, barretenberg::fr::random_element()));
proof_system::plonk::stdlib::field_t c(&builder);
if (num_gates < 4) {
size_t passes = (1UL << log2_num_gates) / 4 - 4;
if (static_cast<int>(passes) <= 0) {
throw std::runtime_error("too few gates");
}
for (size_t i = 0; i < (num_gates / 4) - 4; ++i) {

for (size_t i = 0; i < passes; ++i) {
c = a + b;
c = a * c;
a = b * b;
Expand Down Expand Up @@ -175,37 +166,7 @@ template <typename Builder> void generate_merkle_membership_test_circuit(Builder
}
}

/**
* @brief Performs proof constuction for benchmarks based on a provided circuit function
*
* @details This function assumes state.range refers to num_gates which is the size of the underlying circuit
*
* @tparam Builder
* @param state
* @param test_circuit_function
*/
template <typename Composer>
void construct_proof_with_specified_num_gates(State& state,
void (*test_circuit_function)(typename Composer::CircuitBuilder&,
size_t)) noexcept
{
barretenberg::srs::init_crs_factory("../srs_db/ignition");
auto num_gates = static_cast<size_t>(1 << (size_t)state.range(0));
for (auto _ : state) {
// Constuct circuit and prover; don't include this part in measurement
state.PauseTiming();
auto builder = typename Composer::CircuitBuilder();
test_circuit_function(builder, num_gates);

auto composer = Composer();
auto ext_prover = composer.create_prover(builder);
state.ResumeTiming();

// Construct proof
auto proof = ext_prover.construct_proof();
}
}

// ultrahonk
inline proof_system::honk::UltraProver get_prover(
proof_system::honk::UltraComposer& composer,
void (*test_circuit_function)(proof_system::honk::UltraComposer::CircuitBuilder&, size_t),
Expand All @@ -217,6 +178,18 @@ inline proof_system::honk::UltraProver get_prover(
return composer.create_prover(instance);
}

// standard plonk
inline proof_system::plonk::Prover get_prover(proof_system::plonk::StandardComposer& composer,
void (*test_circuit_function)(proof_system::StandardCircuitBuilder&,
size_t),
size_t num_iterations)
{
proof_system::StandardCircuitBuilder builder;
test_circuit_function(builder, num_iterations);
return composer.create_prover(builder);
}

// ultraplonk
inline proof_system::plonk::UltraProver get_prover(
proof_system::plonk::UltraComposer& composer,
void (*test_circuit_function)(proof_system::honk::UltraComposer::CircuitBuilder&, size_t),
Expand All @@ -237,15 +210,13 @@ inline proof_system::plonk::UltraProver get_prover(
* @param test_circuit_function
*/
template <typename Composer>
void construct_proof_with_specified_num_iterations(State& state,
void (*test_circuit_function)(typename Composer::CircuitBuilder&,
size_t)) noexcept
void construct_proof_with_specified_num_iterations(
State& state, void (*test_circuit_function)(typename Composer::CircuitBuilder&, size_t), size_t num_iterations)
{
barretenberg::srs::init_crs_factory("../srs_db/ignition");

Composer composer;

auto num_iterations = static_cast<size_t>(state.range(0));
for (auto _ : state) {
// Constuct circuit and prover; don't include this part in measurement
state.PauseTiming();
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,30 +4,20 @@

using namespace benchmark;

namespace standard_plonk_bench {

using StandardBuilder = proof_system::StandardCircuitBuilder;
using StandardPlonk = proof_system::plonk::StandardComposer;

// Log number of gates for test circuit
constexpr size_t MIN_LOG_NUM_GATES = bench_utils::BenchParams::MIN_LOG_NUM_GATES;
constexpr size_t MAX_LOG_NUM_GATES = bench_utils::BenchParams::MAX_LOG_NUM_GATES;
// Number of times to repeat each benchmark
constexpr size_t NUM_REPETITIONS = bench_utils::BenchParams::NUM_REPETITIONS;

/**
* @brief Benchmark: Construction of a Standard proof for a circuit determined by the provided circuit function
*/
void construct_proof_standard(State& state, void (*test_circuit_function)(StandardBuilder&, size_t)) noexcept
static void construct_proof_standard_power_of_2(State& state) noexcept
{
bench_utils::construct_proof_with_specified_num_gates<StandardPlonk>(state, test_circuit_function);
auto log2_of_gates = static_cast<size_t>(state.range(0));
bench_utils::construct_proof_with_specified_num_iterations<proof_system::plonk::StandardComposer>(
state, &bench_utils::generate_basic_arithmetic_circuit<proof_system::StandardCircuitBuilder>, log2_of_gates);
}

BENCHMARK_CAPTURE(construct_proof_standard,
arithmetic,
&bench_utils::generate_basic_arithmetic_circuit<StandardBuilder>)
->DenseRange(MIN_LOG_NUM_GATES, MAX_LOG_NUM_GATES)
->Repetitions(NUM_REPETITIONS)
->Unit(::benchmark::kSecond);

} // namespace standard_plonk_bench
BENCHMARK(construct_proof_standard_power_of_2)
// 2**13 gates to 2**18 gates
->DenseRange(13, 18)
->Unit(::benchmark::kMillisecond);
Original file line number Diff line number Diff line change
Expand Up @@ -5,47 +5,44 @@
#include "barretenberg/proof_system/circuit_builder/ultra_circuit_builder.hpp"

using namespace benchmark;
using namespace proof_system::plonk;

namespace ultra_honk_bench {

using UltraBuilder = proof_system::UltraCircuitBuilder;
using UltraHonk = proof_system::honk::UltraComposer;

// Number of times to perform operation of interest in the benchmark circuits, e.g. # of hashes to perform
constexpr size_t MIN_NUM_ITERATIONS = bench_utils::BenchParams::MIN_NUM_ITERATIONS;
constexpr size_t MAX_NUM_ITERATIONS = bench_utils::BenchParams::MAX_NUM_ITERATIONS;
// Number of times to repeat each benchmark
constexpr size_t NUM_REPETITIONS = bench_utils::BenchParams::NUM_REPETITIONS;
using namespace proof_system;

/**
* @brief Benchmark: Construction of a Ultra Honk proof for a circuit determined by the provided circuit function
*/
void construct_proof_ultra(State& state, void (*test_circuit_function)(UltraBuilder&, size_t)) noexcept
static void construct_proof_ultrahonk(State& state,
void (*test_circuit_function)(UltraCircuitBuilder&, size_t)) noexcept
{
size_t num_iterations = 10; // 10x the circuit
bench_utils::construct_proof_with_specified_num_iterations<honk::UltraComposer>(
state, test_circuit_function, num_iterations);
}

/**
* @brief Benchmark: Construction of a Ultra Plonk proof with 2**n gates
*/
static void construct_proof_ultrahonk_power_of_2(State& state) noexcept
{
bench_utils::construct_proof_with_specified_num_iterations<UltraHonk>(state, test_circuit_function);
auto log2_of_gates = static_cast<size_t>(state.range(0));
bench_utils::construct_proof_with_specified_num_iterations<honk::UltraComposer>(
state, &bench_utils::generate_basic_arithmetic_circuit<UltraCircuitBuilder>, log2_of_gates);
}

// Define benchmarks
BENCHMARK_CAPTURE(construct_proof_ultra, sha256, &bench_utils::generate_sha256_test_circuit<UltraBuilder>)
->DenseRange(MIN_NUM_ITERATIONS, MAX_NUM_ITERATIONS)
->Repetitions(NUM_REPETITIONS)
->Unit(::benchmark::kMillisecond);
BENCHMARK_CAPTURE(construct_proof_ultra, keccak, &bench_utils::generate_keccak_test_circuit<UltraBuilder>)
->DenseRange(MIN_NUM_ITERATIONS, MAX_NUM_ITERATIONS)
->Repetitions(NUM_REPETITIONS)
->Unit(::benchmark::kMillisecond);
BENCHMARK_CAPTURE(construct_proof_ultra,
BENCHMARK_CAPTURE(construct_proof_ultrahonk, sha256, &bench_utils::generate_sha256_test_circuit<UltraCircuitBuilder>)
->Unit(kMillisecond);
BENCHMARK_CAPTURE(construct_proof_ultrahonk, keccak, &bench_utils::generate_keccak_test_circuit<UltraCircuitBuilder>)
->Unit(kMillisecond);
BENCHMARK_CAPTURE(construct_proof_ultrahonk,
ecdsa_verification,
&bench_utils::generate_ecdsa_verification_test_circuit<UltraBuilder>)
->DenseRange(MIN_NUM_ITERATIONS, MAX_NUM_ITERATIONS)
->Repetitions(NUM_REPETITIONS)
->Unit(::benchmark::kMillisecond);
BENCHMARK_CAPTURE(construct_proof_ultra,
&bench_utils::generate_ecdsa_verification_test_circuit<UltraCircuitBuilder>)
->Unit(kMillisecond);
BENCHMARK_CAPTURE(construct_proof_ultrahonk,
merkle_membership,
&bench_utils::generate_merkle_membership_test_circuit<UltraBuilder>)
->DenseRange(MIN_NUM_ITERATIONS, MAX_NUM_ITERATIONS)
->Repetitions(NUM_REPETITIONS)
->Unit(::benchmark::kMillisecond);
&bench_utils::generate_merkle_membership_test_circuit<UltraCircuitBuilder>)
->Unit(kMillisecond);

} // namespace ultra_honk_bench
BENCHMARK(construct_proof_ultrahonk_power_of_2)
// 2**13 gates to 2**18 gates
->DenseRange(13, 18)
->Unit(kMillisecond);
Original file line number Diff line number Diff line change
Expand Up @@ -24,39 +24,41 @@ BBERG_PROFILE static void test_round_inner(State& state, honk::UltraProver& prov
auto time_if_index = [&](size_t target_index, auto&& func) -> void {
if (index == target_index) {
state.ResumeTiming();
func();
}
func();
if (index == target_index) {
state.PauseTiming();
} else {
func();
}
};
for (auto _ : state) {
state.PauseTiming();
time_if_index(PREAMBLE, [&] { prover.execute_preamble_round(); });
time_if_index(WIRE_COMMITMENTS, [&] { prover.execute_wire_commitments_round(); });
time_if_index(SORTED_LIST_ACCUMULATOR, [&] { prover.execute_sorted_list_accumulator_round(); });
time_if_index(GRAND_PRODUCT_COMPUTATION, [&] { prover.execute_grand_product_computation_round(); });
time_if_index(RELATION_CHECK, [&] { prover.execute_relation_check_rounds(); });
time_if_index(ZEROMORPH, [&] { prover.execute_zeromorph_rounds(); });
state.ResumeTiming();
}

time_if_index(PREAMBLE, [&] { prover.execute_preamble_round(); });
time_if_index(WIRE_COMMITMENTS, [&] { prover.execute_wire_commitments_round(); });
time_if_index(SORTED_LIST_ACCUMULATOR, [&] { prover.execute_sorted_list_accumulator_round(); });
time_if_index(GRAND_PRODUCT_COMPUTATION, [&] { prover.execute_grand_product_computation_round(); });
time_if_index(RELATION_CHECK, [&] { prover.execute_relation_check_rounds(); });
time_if_index(ZEROMORPH, [&] { prover.execute_zeromorph_rounds(); });
}
BBERG_PROFILE static void test_round(State& state, size_t index) noexcept
{
barretenberg::srs::init_crs_factory("../srs_db/ignition");

honk::UltraComposer composer;
// TODO(AD) benchmark both sparse and dense circuits?
honk::UltraProver prover =
bench_utils::get_prover(composer, &bench_utils::generate_keccak_test_circuit<UltraCircuitBuilder>, 1);
test_round_inner(state, prover, index);
for (auto _ : state) {
state.PauseTiming();
honk::UltraComposer composer;
// TODO: https://github.com/AztecProtocol/barretenberg/issues/761 benchmark both sparse and dense circuits
honk::UltraProver prover = bench_utils::get_prover(
composer, &bench_utils::generate_ecdsa_verification_test_circuit<UltraCircuitBuilder>, 10);
test_round_inner(state, prover, index);
state.ResumeTiming();
// NOTE: google bench is very finnicky, must end in ResumeTiming() for correctness
}
}
#define ROUND_BENCHMARK(round) \
static void ROUND_##round(State& state) noexcept \
{ \
test_round(state, round); \
} \
BENCHMARK(ROUND_##round)->Unit(::benchmark::kMillisecond)
BENCHMARK(ROUND_##round)->Unit(kMillisecond)

// Fast rounds take a long time to benchmark because of how we compute statistical significance.
// Limit to one iteration so we don't spend a lot of time redoing full proofs just to measure this part.
Expand All @@ -65,4 +67,4 @@ ROUND_BENCHMARK(WIRE_COMMITMENTS)->Iterations(1);
ROUND_BENCHMARK(SORTED_LIST_ACCUMULATOR)->Iterations(1);
ROUND_BENCHMARK(GRAND_PRODUCT_COMPUTATION)->Iterations(1);
ROUND_BENCHMARK(RELATION_CHECK);
ROUND_BENCHMARK(ZEROMORPH);
ROUND_BENCHMARK(ZEROMORPH);
Loading

0 comments on commit c8e1d8b

Please sign in to comment.