From 9341508bc328f6feb762273f83cacf82df8466a8 Mon Sep 17 00:00:00 2001 From: Brian Jones Date: Mon, 21 Nov 2022 11:52:39 -0800 Subject: [PATCH] Adding info about the optional benchmarks to the main README --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.md b/README.md index 7acbabab..fec4976e 100644 --- a/README.md +++ b/README.md @@ -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