zombocom / derailed_benchmarks

Go faster, off the Rails - Benchmarks for your whole Rails app
2.96k stars 141 forks source link

Idea: Use `bundler-leak` to check for leaky dependencies? #158

Closed etagwerker closed 4 years ago

etagwerker commented 4 years ago

Hey @schneems, 👋

I was wondering if you would be interested in adding a dependency to bundler-leak and using it to check for known leaky dependencies at load time?

That way, we could use that tool to save people time. They might be using a dependency which is known to be leaky.

If you are interested, @bronzdoc or me could send a PR to address this idea.

Thanks!