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

Commit

Permalink
feat: add super circuit stats
Browse files Browse the repository at this point in the history
  • Loading branch information
ed255 committed Feb 12, 2024
1 parent 3151efd commit be3f121
Show file tree
Hide file tree
Showing 5 changed files with 381 additions and 19 deletions.
2 changes: 1 addition & 1 deletion zkevm-circuits/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ test-circuits = []
# Test utilities for testool crate to consume
test-util = ["dep:mock"]
warn-unimplemented = ["eth-types/warn-unimplemented"]
stats = ["warn-unimplemented", "dep:cli-table"]
stats = ["warn-unimplemented", "dep:cli-table", "test-util", "test-circuits"]

[[bin]]
name = "stats"
Expand Down
Loading

0 comments on commit be3f121

Please sign in to comment.