mirror of
https://github.com/bevyengine/bevy
synced 2024-11-10 07:04:33 +00:00
46b822e3da
# 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`. |
||
---|---|---|
.. | ||
benches | ||
Cargo.toml |