diff --git a/sweep_layouts.py b/sweep_layouts.py index 159ea49..e3a74ad 100644 --- a/sweep_layouts.py +++ b/sweep_layouts.py @@ -8,6 +8,13 @@ from pathlib import Path from typing import List, Dict, Any +METRIC_KEYS = [ + "treeHeight", + "totalNodes", + "proofBranchLength", + "perProofBytes", + "totalCommitmentBytes", +] def parse_args() -> argparse.Namespace: parser = argparse.ArgumentParser(