rj00a / evenio

An event-driven Entity Component System
MIT License
137 stars 14 forks source link

Add Benchmarks #1

Closed rj00a closed 9 months ago

rj00a commented 9 months ago

Before any more features are added, we need a benchmark suite to compare with bevy_ecs. There are certainly performance issues to be fixed.

Instead of criterion, I'd like to give divan a try.