diff --git a/.github/workflows/benchmarking.yml b/.github/workflows/benchmarking.yml index 8d2c3147..e80d9cd8 100644 --- a/.github/workflows/benchmarking.yml +++ b/.github/workflows/benchmarking.yml @@ -4,7 +4,8 @@ on: push: branches: [master] pull_request: - branches: ['feat/ci-benchmarking'] + branches: + - feat/ci-benchmarking jobs: benchmark: diff --git a/justfile b/justfile index ca55e0da..01de08d1 100644 --- a/justfile +++ b/justfile @@ -51,8 +51,10 @@ benchmark pallet="" extrinsic="*": --chain kreivo-local \ --pallet '{{pallet}}' --extrinsic '{{extrinsic}}' \ --log state=trace,benchmark=trace \ - --steps 50 \ # Modify the range of values to test for this extrinsic - --repeat 20 \ # Adjust the number of times we repeat a benchmark + # Modify the range of values to test for this extrinsic + --steps 50 \ + # Adjust the number of times we repeat a benchmark + --repeat 20 \ --output runtime/kreivo/src/weights/{{pallet}}.rs > benchmark_logs/{{pallet}}.txt build-container: