Skip to content

Commit 1a4721f

Browse files
committed
chore: execute benchmark verification logic
1 parent af07f5a commit 1a4721f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/run_benches_for_runtime.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ cargo build $standard_args
7070
if [ $profile == "dev" ]; then
7171
target_folder="debug"
7272
# We care about benchmark correctness, not accuracy.
73-
additional_args="--steps=2 --repeat=1 --default-pov-mode=ignored --no-verify"
73+
additional_args="--steps=2 --repeat=1 --default-pov-mode=ignored"
7474
else
7575
target_folder=$profile
7676
additional_args="--header=HEADER-GPL --template=.maintain/runtime-weight-template.hbs --output=./runtimes/${runtime}/src/weights/"

0 commit comments

Comments
 (0)