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

Use correct file header for benchmark overhead #5984

Merged
merged 2 commits into from
Sep 19, 2022
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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