-
Notifications
You must be signed in to change notification settings - Fork 379
Add overhead benchmark to polkadot-parachain #2900
base: master
Are you sure you want to change the base?
Add overhead benchmark to polkadot-parachain #2900
Conversation
.arg(base_path) | ||
.args(["--warmup", "10", "--repeat", "10"]) | ||
.args(["--add", "100", "--mul", "1.2", "--metric", "p75"]) | ||
.args(["--max-ext-per-block", "10"]) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Depending on CI timing we can reduce these numbers a bit here and for warmup
and repeat
but it should be rather fast.
The slowest part is actually building the block.
The CI pipeline was cancelled due to failure one of the required jobs. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM besides the failing test with "Bad input data provided to apply_extrinsic: Codec error" so something with the signed extensions is maybe wrong? (Good that you added the tests 😆).
@ggwpez Fixed. Good that among two of at least one knows that tests should be run after refactoring. 😆 |
391a41c
to
9db0859
Compare
benchmark overhead
that was missing in the previous PR Co #11164: Sub-commands forbenchmark
#1156benchmark_overhead_works
testbenchmark_storage_works
Should be usable with command bot