From ed6d46b3dc988aa3c3edcf85e91b4dcf9c25ce2a Mon Sep 17 00:00:00 2001 From: YAMAMOTO Takashi Date: Wed, 31 May 2023 00:37:17 +0900 Subject: [PATCH] benchmark/ffmpeg.sh: fix a copy-and-paste botch --- benchmark/ffmpeg.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/benchmark/ffmpeg.sh b/benchmark/ffmpeg.sh index 56a63cd6..02aa1596 100755 --- a/benchmark/ffmpeg.sh +++ b/benchmark/ffmpeg.sh @@ -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.