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

Commit e887b6a

Browse files
committed
feat: add super circuit stats
1 parent cd5edab commit e887b6a

File tree

5 files changed

+381
-19
lines changed

5 files changed

+381
-19
lines changed

zkevm-circuits/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ test-circuits = []
6060
# Test utilities for testool crate to consume
6161
test-util = ["dep:mock"]
6262
warn-unimplemented = ["eth-types/warn-unimplemented"]
63-
stats = ["warn-unimplemented", "dep:cli-table"]
63+
stats = ["warn-unimplemented", "dep:cli-table", "test-util", "test-circuits"]
6464

6565
[[bin]]
6666
name = "stats"

0 commit comments

Comments
 (0)