diff --git a/benchmark/notes.md b/benchmark/notes.md index ff357094..4573e0f5 100644 --- a/benchmark/notes.md +++ b/benchmark/notes.md @@ -57,8 +57,8 @@ installed with homebrew. ### wasmi ``` -git checkout v0.32.0-beta.7 -cargo build --profile bench +git checkout v0.35.0 +cargo build --package wasmi_cli --profile bench cp target/release/wasmi_cli ~/bin ```