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 | Ubuntu 22.04, m6i.16xlarge |
rustc | v1.86.0 |
boa | v0.20.0 |
koto | v0.15.3 |
mlua | v0.10.3 |
rhai | v1.21.0 |
rquickjs | v0.9.0 |
rune | v0.13.4 |
wasmi | v0.44.0 |
wasmtime | v31.0.0 |
Rev 1744324713