Add throughput measurement for prover benchmark (#22)

* Add throughput measurement for prover benchmark
* Use rayon instead of tokio spawn blocking
* Add new user_db unit tests for user tx counterx
This commit is contained in:
Sydhds
2025-07-23 12:26:34 +02:00
committed by GitHub
parent 1ec9f1f48d
commit b802b80664
7 changed files with 199 additions and 44 deletions

1
Cargo.lock generated
View File

@@ -3861,6 +3861,7 @@ dependencies = [
"parking_lot 0.12.4",
"prost",
"rand 0.8.5",
"rayon",
"rln",
"rln_proof",
"rocksdb",