hunterloftis / newton

A playful, particle-based physics engine designed from the ground up for JavaScript.
917 stars 49 forks source link

benchmarking in node #10

Open hunterloftis opened 10 years ago

hunterloftis commented 10 years ago

It would be nice to be able to measure performance before/after changes semi-objectively (eg, without noise from browser implementations and render steps). A suite of node tests with timers could help here.

deepak1556 commented 10 years ago

https://github.com/logicalparadox/matcha/ would match your requirement. #18