Move Bevy's fork of the ecs_bench_suite to the appropriate folder #2062
Labels
C-Code-Quality
A section of code that is hard to understand or change
C-Docs
An addition or correction to our documentation
C-Performance
A change motivated by improving speed, memory usage or compile times
D-Trivial
Nice and easy! A great choice to get started with Bevy
I went looking for the latest bevy-specific
ecs_bench_suite
code and could not quickly find it.Ideally, this should be found (or linked) in our benches/bevy_ecs folder.
The most up-to-date version is currently found on @cart's GitHub page here: https://github.com/cart/ecs_bench_suite/tree/bevy-benches. The latest upstream code is here: https://github.com/rust-gamedev/ecs_bench_suite
Once this is done, please also update CONTRIBUTING.md (see #2040) with directions to the benchmarks and add appropriate documentation on how to run the benchmarks in the README of the benches folder.
I'm also not entirely sure why we have two layers of
benches
folders; perhaps someone else can chime in.The text was updated successfully, but these errors were encountered: