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

Commit bc0cc9d

Browse files
authored
Use correct file header for 'benchmark overhead' (#5984)
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 <>
1 parent d17f062 commit bc0cc9d

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

scripts/ci/run_benches_for_runtime.sh

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,8 @@ OUTPUT=$(
6262
--wasm-execution=compiled \
6363
--weight-path="runtime/${runtime}/constants/src/weights/" \
6464
--warmup=10 \
65-
--repeat=100
65+
--repeat=100 \
66+
--header=./file_header.txt
6667
)
6768
if [ $? -ne 0 ]; then
6869
echo "$OUTPUT" >> "$ERR_FILE"

0 commit comments

Comments
 (0)