Skip to content
This repository has been archived by the owner on Jul 5, 2024. It is now read-only.

Commit

Permalink
replace ExecutionSteps with ExecStep
Browse files Browse the repository at this point in the history
  • Loading branch information
ChihChengLiang committed Feb 21, 2024
1 parent e89f495 commit 488368a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ stats_evm_circuit: # Print a table with EVM Circuit stats by ExecState/opcode
stats_copy_circuit: # Print a table with Copy Circuit stats by ExecState/opcode
@cargo run --bin stats --features stats -- copy

evm_exec_steps_occupancy: # Print a table for each EVM-CellManager CellType with the top 10 occupancy ExecutionSteps associated
evm_exec_steps_occupancy: # Print a table for each EVM-CellManager CellType with the top 10 occupancy ExecSteps associated
@cargo run --bin stats --features stats -- exec

.PHONY: clippy doc fmt test test_benches test-all evm_bench state_bench circuit_benches evm_exec_steps_occupancy stats_state_circuit stats_evm_circuit stats_copy_circuit help
2 changes: 1 addition & 1 deletion zkevm-circuits/src/evm_circuit/util/instrumentation.rs
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,7 @@ impl Instrument {
}

/// Struct which contains a Cost/ColumnType report for a particular EVM
/// `ExecutionStep`.
/// [`ExecStep`](bus_mapping::circuit_input_builder::ExecStep).
#[derive(Clone, Debug, Default)]
pub struct ExecStateReport {
pub state: ExecutionState,
Expand Down

0 comments on commit 488368a

Please sign in to comment.