ecs icon indicating copy to clipboard operation
ecs copied to clipboard

Add benchmarks.

Open seanfisk opened this issue 11 years ago • 2 comments

seanfisk avatar Apr 15 '14 18:04 seanfisk

If you could give me a rough idea of what all the benchmark should be stressing, I could throw something together. Ex:

Spawn X Entities, with X components each. Perform X number of queries for multiple components. etc.

Ecs seems to be fairly complete functionality wise besides the multiple component queries, so I'd be interested in helping that code be merged.

benmoran56 avatar Sep 28 '15 07:09 benmoran56

I'd say benchmarks are mostly interesting for the EntityManager.{pairs_for_type,component_for_entity} functions. You probably have to toy around a bit with the number of entities and components, though.

pmrv avatar Oct 06 '15 00:10 pmrv