The project goal is to benchmark most popular embedded scripting languages for Rust.
The benchmark is designed to cover not only the performance of code evaluation but interoperability with Rust too.
Simply run the bench.py script to generate images. It requires cargo criterion and python3-matplotlib package installed.
You also must have wasm32-unknown-unknown target installed for webassembly benchmarks.
| OS | MacOS 15.7 M3 Pro |
| rustc | v1.90.0 |
| boa | v0.21.0 |
| koto | v0.16.0 |
| mlua | v0.11.4 |
| rhai | v1.23.4 |
| roto | v0.9.0 |
| rquickjs | v0.9.0 |
| wasmi | v0.51.1 |
| wasmtime | v38.0.2 |
Rev 1761581592
