Skip to content

Commit

Permalink
benchmark/notes.md: update instructions for wasmi
Browse files Browse the repository at this point in the history
  • Loading branch information
yamt committed Jul 23, 2023
1 parent 2d3946f commit 593fa60
Showing 1 changed file with 0 additions and 10 deletions.
10 changes: 0 additions & 10 deletions benchmark/notes.md
Original file line number Diff line number Diff line change
Expand Up @@ -50,16 +50,6 @@ installed with homebrew.

### wasmi

what i used for the latest run of the benchmarks:
```
git checkout v0.30.0
cargo build --release
cp target/release/wasmi_cli ~/bin
```

however, it's pointed out that the following is
a better procedure which applies proper optimizations
for benchmarking. i will use it next time.
```
cargo build --profile bench
cp target/release/wasmi_cli ~/bin
Expand Down

0 comments on commit 593fa60

Please sign in to comment.