feat: add benchmark for blob_tx_priority and fee_delta (#5468)

This commit is contained in:
Dan Cline
2023-11-17 14:09:06 -05:00
committed by GitHub
parent f33ef66cc1
commit 9b1416b4f4
5 changed files with 103 additions and 5 deletions

View File

@ -78,3 +78,8 @@ optimism = [
name = "reorder"
required-features = ["test-utils", "arbitrary"]
harness = false
[[bench]]
name = "priority"
required-features = ["arbitrary"]
harness = false