khvzak / script-bench-rs

Rust embedded scripting languages benchmark
44 stars 11 forks source link

Update rhai, mlua and rquickjs #6

Closed barrbrain closed 1 day ago

barrbrain commented 1 day ago
mlua v0.10.1
rhai v1.20.0
rquickjs v0.8.1

Local testing shows a possible regression in rquickjs from v0.6.2 to v0.8.1.

Before: before-Sort Rust objects After: after-Sort Rust objects

khvzak commented 1 day ago

Thank you!