rhai/benches
2020-12-23 10:08:43 +08:00
..
engine.rs Rename packages to global modules. 2020-12-22 23:45:14 +08:00
eval_array.rs
eval_expression.rs Increase switch benchmark size. 2020-12-11 12:51:28 +08:00
eval_map.rs
eval_module.rs Engine::register_global_module and Engine::register_static_module must be passed shared Module. 2020-12-23 10:08:43 +08:00
eval_scope.rs
eval_type.rs
iterations.rs
parsing.rs Fix benchmarks. 2020-07-29 16:09:48 +08:00
primes.rs
README.md Add README's. 2020-10-07 22:56:21 +08:00

Micro Benchmarks

Micro benchmarks to measure the speed of Rhai.

As with all micro benchmarks, take these with a grain of salt.

How to Run

cargo +nightly bench