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 More benchmarks and examples. 2020-05-31 23:44:49 +08:00
eval_expression.rs Increase switch benchmark size. 2020-12-11 12:51:28 +08:00
eval_map.rs Add more benchmarks. 2020-04-19 18:33:09 +08:00
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 Add benchmarks. 2020-04-13 17:26:16 +08:00
eval_type.rs Add benchmarks. 2020-04-13 17:26:16 +08:00
iterations.rs Optimize op-assignment statement. 2020-05-25 20:14:31 +08:00
parsing.rs Fix benchmarks. 2020-07-29 16:09:48 +08:00
primes.rs Fix benchmarks. 2020-04-24 16:20:03 +08:00
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