Skip to content

Commit 80d3119

Browse files
committed
benchmark/ffmpeg.sh: update for the latest wasmtime
1 parent da21f51 commit 80d3119

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

benchmark/ffmpeg.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ echo "+++++++++++ JIT ++++++++++++++++++++"
7272
run "$(iwasm.fast-jit --version|head -1) (fast jit)" iwasm.fast-jit --dir=.video --jit-codecache-size=100000000
7373

7474
run "$(wasmer --version)" wasmer run --mapdir .video::.video --
75-
run "$(wasmtime --version)" wasmtime run --mapdir .video::.video --
75+
run "$(wasmtime --version)" wasmtime run --dir .video --
7676

7777
# XXX i'm not sure how compilation cache works by default.
7878
run "wazero $(wazero version)" wazero run -mount .video --

0 commit comments

Comments
 (0)