Skip to content

Commit

Permalink
benchmark/ffmpeg.sh: fix a copy-and-paste botch
Browse files Browse the repository at this point in the history
  • Loading branch information
yamt committed May 31, 2023
1 parent 5eda7d9 commit ed6d46b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion benchmark/ffmpeg.sh
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ if [ -n "${TOYWASM_FIXED}" ]; then
fi

if [ -n "${TOYWASM_FIXED_NOSIMD}" ]; then
run "$(${TOYWASM_FIXED_NOSIMD} --version | head -1) (64-bit fixed cells, SIMD disabled)" ${TOYWASM_FIXED} --wasi --wasi-dir .video --
run "$(${TOYWASM_FIXED_NOSIMD} --version | head -1) (64-bit fixed cells, SIMD disabled)" ${TOYWASM_FIXED_NOSIMD} --wasi --wasi-dir .video --
fi

# without tables. optional because this is very slow.
Expand Down

0 comments on commit ed6d46b

Please sign in to comment.