bevy/benches/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
..
bevy_ecs Commands benchmarking (#2334) 2021-06-28 23:26:29 +00:00
bevy_tasks Bevy ECS V2 (#1525) 2021-03-05 07:54:35 +00:00