rhai/benches
2021-04-04 23:22:45 +08:00
..
engine.rs Deprecate RegisterFn and RegisterResultFn. 2021-03-15 11:36:30 +08:00
eval_array.rs More benchmarks and examples. 2020-05-31 23:44:49 +08:00
eval_expression.rs Fix bug with op-assignment. 2021-02-24 16:17:04 +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 Deprecate RegisterFn and RegisterResultFn. 2021-03-15 11:36:30 +08:00
iterations.rs Optimize op-assignment statement. 2020-05-25 20:14:31 +08:00
parsing.rs Revise using string interpolation. 2021-04-04 23:22:45 +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