Skip to content
This repository has been archived by the owner on Nov 15, 2023. It is now read-only.

Commit

Permalink
Use correct file header for 'benchmark overhead' (#5984)
Browse files Browse the repository at this point in the history
Signed-off-by: Oliver Tale-Yazdi <oliver.tale-yazdi@parity.io>

Signed-off-by: Oliver Tale-Yazdi <oliver.tale-yazdi@parity.io>
Co-authored-by: parity-processbot <>
  • Loading branch information
ggwpez committed Sep 19, 2022
1 parent d17f062 commit bc0cc9d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion scripts/ci/run_benches_for_runtime.sh
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,8 @@ OUTPUT=$(
--wasm-execution=compiled \
--weight-path="runtime/${runtime}/constants/src/weights/" \
--warmup=10 \
--repeat=100
--repeat=100 \
--header=./file_header.txt
)
if [ $? -ne 0 ]; then
echo "$OUTPUT" >> "$ERR_FILE"
Expand Down

0 comments on commit bc0cc9d

Please sign in to comment.