Awesome
Rust scripting languages benchmark
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.
Getting your own results
Simply run the bench.py
script to generate images. It requires cargo criterion
and python3-matplotlib
package installed.
Environment
OS | Ubuntu 22.04, m6i.16xlarge |
boa | v0.19.1 |
mlua | v0.10.0 |
rhai | v1.19.0 |
rquickjs | v0.6.2 |
rune | v0.13.4 |
rustc | v1.81.0 |