Move Spend circuit benchmark into benchmarks

This commit is contained in:
Jack Grigg 2023-12-11 18:36:52 +00:00
parent 34cd43a8f2
commit 51cded6900
2 changed files with 4 additions and 0 deletions

View File

@ -79,6 +79,10 @@ test-dependencies = [
"proptest",
]
[[bench]]
name = "circuit"
harness = false
[[bench]]
name = "pedersen_hash"
harness = false