feat(engine): add --engine.disable-cache-metrics flag (#21228)

Co-authored-by: Dan Cline <6798349+Rjected@users.noreply.github.com>
This commit is contained in:
Georgios Konstantopoulos
2026-01-20 14:03:12 -08:00
committed by GitHub
parent d12752dc8a
commit 3ff575b877
7 changed files with 71 additions and 9 deletions

View File

@@ -993,6 +993,9 @@ Engine:
--engine.enable-proof-v2
Enable V2 storage proofs for state root calculations
--engine.disable-cache-metrics
Disable cache metrics recording, which can take up to 50ms with large cached state
ERA:
--era.enable
Enable import from ERA1 files

View File

@@ -993,6 +993,9 @@ Engine:
--engine.enable-proof-v2
Enable V2 storage proofs for state root calculations
--engine.disable-cache-metrics
Disable cache metrics recording, which can take up to 50ms with large cached state
ERA:
--era.enable
Enable import from ERA1 files