jul1278 / SimpleComponents

component-based 2D game engine in SDL
0 stars 1 forks source link

Performance Measurement Test #66

Closed jul1278 closed 8 years ago

jul1278 commented 8 years ago

Add tests which measure the performance (time ms) and write it into a csv so we can see how changes effect the code.

jul1278 commented 8 years ago

we want to test the time for things like: insert 1000 components; insert then delete 1000 components; insert, update and delete etc

jul1278 commented 8 years ago

I've added a few tests but they're not writing anything to a csv yet. One of the tests has actually revealed a bug.

jul1278 commented 8 years ago

Implemented but only for windows currently.