Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -120,6 +120,12 @@ instantiation, and execution times.
$ cargo run -- benchmark --engine engines/wasmtime/libengine.so -- path/to/benchmark.wasm
```

### Optional Benchmarks

These benchmarks won't be run by the run-all.sh script, because they require some additional setup which may take some time. You can read about how to run them using the provided links.

- [Image Classification](benchmarks/image-classification/README.md)

### Comparing a Feature Branch to Main

First, build `libwasmtime_bench_api.so` (or `.dylib` or `.dll` depending on your
Expand Down