Skip to content

Commit

Permalink
fix(avm): mac build (#11195)
Browse files Browse the repository at this point in the history
  • Loading branch information
fcarreiro authored Jan 13, 2025
1 parent 1999990 commit c4f4452
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
#include "barretenberg/vm2/constraining/check_circuit.hpp"

#include <array>
#include <bits/utility.h>
#include <functional>
#include <span>
#include <stdexcept>
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
#pragma once

#include <array>
#include <bits/utility.h>
#include <span>
#include <stdexcept>

Expand Down

1 comment on commit c4f4452

@AztecBot
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

⚠️ Performance Alert ⚠️

Possible performance regression was detected for benchmark 'C++ Benchmark'.
Benchmark result of this commit is worse than the previous benchmark result exceeding threshold 1.05.

Benchmark suite Current: c4f4452 Previous: 58fdf87 Ratio
wasmconstruct_proof_ultrahonk_power_of_2/20 14640.452328 ms/iter 13644.3322 ms/iter 1.07

This comment was automatically generated by workflow using github-action-benchmark.

CC: @ludamad @codygunton

Please sign in to comment.