rhai/benches
2020-11-14 19:23:10 +08:00
..
engine.rs Build-in certain common operators. 2020-05-23 18:59:28 +08:00
eval_array.rs More benchmarks and examples. 2020-05-31 23:44:49 +08:00
eval_expression.rs Speed up switch benches. 2020-11-14 19:23:10 +08:00
eval_map.rs Add more benchmarks. 2020-04-19 18:33:09 +08:00
eval_module.rs Module:;eval_ast_as_new defaults to merging namespaces. 2020-10-03 11:42:54 +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