Skip to content

Commit

Permalink
fix: grab the Yul interpreter fix
Browse files Browse the repository at this point in the history
  • Loading branch information
hedgar2017 committed May 3, 2024
1 parent 1438777 commit 4273b09
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,8 @@
# The debug, trace, benchmark artifacts
/debug/
/trace/
/**/*.json
/**/*.txt

# The dependency locks
# /Cargo.lock
Expand Down
4 changes: 1 addition & 3 deletions benchmark_analyzer/src/benchmark/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ impl Benchmark {
pub const EVM_INTERPRETER_GROUP_PREFIX: &'static str = "EVMInterpreter M3B3";

/// The EVM opcodes to test.
pub const EVM_OPCODES: [&'static str; 58] = [
pub const EVM_OPCODES: [&'static str; 56] = [
"ADD",
"MUL",
"SUB",
Expand Down Expand Up @@ -87,8 +87,6 @@ impl Benchmark {
"PUSH1",
"RETURN",
"REVERT",
"INVALID",
"SELFDESTRUCT",
];

///
Expand Down
2 changes: 1 addition & 1 deletion solidity
Binary file modified system-contracts-stable-build
Binary file not shown.

0 comments on commit 4273b09

Please sign in to comment.