Skip to content

Commit

Permalink
benchmark/ffmpeg.sh: tweak wasmer option
Browse files Browse the repository at this point in the history
for some reasons, recent versions of wasmer reject relative paths
for --dir.
cf. wasmerio/wasmer@bd34c53
  • Loading branch information
yamt committed Apr 1, 2024
1 parent 5baaf54 commit 454e2da
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions benchmark/ffmpeg.sh
Original file line number Diff line number Diff line change
Expand Up @@ -71,8 +71,8 @@ echo "+++++++++++ JIT ++++++++++++++++++++"
# this particular wasm binary
run "$(iwasm.fast-jit --version) (fast jit)" iwasm.fast-jit --dir=.video --jit-codecache-size=100000000

run "$(wasmer --version)" wasmer run --dir .video --
run "$(wasmtime --version)" wasmtime run --dir .video --
run "$(wasmer --version)" wasmer run --mapdir .video::.video --
run "$(wasmtime --version)" wasmtime run --mapdir .video::.video --

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

0 comments on commit 454e2da

Please sign in to comment.