Skip to content

Commit

Permalink
chore: execute benchmark verification logic
Browse files Browse the repository at this point in the history
  • Loading branch information
ntn-x2 committed Nov 18, 2024
1 parent af07f5a commit 1a4721f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/run_benches_for_runtime.sh
Original file line number Diff line number Diff line change
@@ -70,7 +70,7 @@ cargo build $standard_args
if [ $profile == "dev" ]; then
target_folder="debug"
# We care about benchmark correctness, not accuracy.
additional_args="--steps=2 --repeat=1 --default-pov-mode=ignored --no-verify"
additional_args="--steps=2 --repeat=1 --default-pov-mode=ignored"
else
target_folder=$profile
additional_args="--header=HEADER-GPL --template=.maintain/runtime-weight-template.hbs --output=./runtimes/${runtime}/src/weights/"

0 comments on commit 1a4721f

Please sign in to comment.