bevy/benches
Nathan Ward 46b822e3da Commands benchmarking (#2334)
# Objective

- Currently the `Commands` and `CommandQueue` have no performance testing. 
- As `Commands` are quite expensive due to the `Box<dyn Command>` allocated for each command, there should be perf tests for implementations that attempt to improve the performance.  

## Solution

- Add some benchmarking for `Commands` and `CommandQueue`.
2021-06-28 23:26:29 +00:00
..
benches Commands benchmarking (#2334) 2021-06-28 23:26:29 +00:00
Cargo.toml Commands benchmarking (#2334) 2021-06-28 23:26:29 +00:00