perf(stages): Adds benchmark to TransactionLookupStage (#1130)

Co-authored-by: Georgios Konstantopoulos <me@gakonst.com>
Co-authored-by: Bjerg <onbjerg@users.noreply.github.com>
This commit is contained in:
joshieDo
2023-02-10 05:10:12 +08:00
committed by GitHub
parent 440718288d
commit 7e68373f2d
7 changed files with 324 additions and 9 deletions

View File

@ -85,6 +85,10 @@ arbitrary = [
"dep:proptest-derive",
]
[[bench]]
name = "hash_keys"
harness = false
[[bench]]
name = "criterion"
harness = false