add gate count metrics (#238)

* add gate count metrics

* tweak params

* move metrics to its own file
This commit is contained in:
Eduard S. 2025-05-21 12:45:51 +02:00 committed by GitHub
parent de9b206852
commit c3c9e7f99c
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
8 changed files with 222 additions and 18 deletions

View file

@ -37,3 +37,4 @@ jsonschema = "0.30.0"
[features]
default = ["backend_plonky2"]
backend_plonky2 = ["plonky2"]
metrics = []