busterjs / buster

Abandoned - A powerful suite of automated test tools for JavaScript.
http://docs.busterjs.org
Other
448 stars 37 forks source link

ramp-resource processors should be async to prevent thread block #450

Open GCheung55 opened 9 years ago

GCheung55 commented 9 years ago

With many resources and long running processes, the node.js process could be blocked. For example, buster-Istanbul extension instruments resources synchronously. With many files being instrumented node.js process blocking occurs.