JonathanPrince / loopback-component-fixtures

handle fixtures for testing clients against
MIT License
12 stars 13 forks source link

Cache fixtures in memory to reduce io #8

Closed digitalsadhu closed 8 years ago

digitalsadhu commented 8 years ago

Benchmarks showed a 50% reduction in fixturing time. Not the most elegant solution and could probably add config to enable/disable caching but it works and tests pass.

JonathanPrince commented 8 years ago

LGTM, thanks @digitalsadhu