zombocom / derailed_benchmarks

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

Track requires from AutoLoad #173

Closed schneems closed 3 years ago

schneems commented 4 years ago

Currently, we're not tracking memory from code loaded by AutoLoad. We should match feature parity with BootSnap https://github.com/Shopify/bootsnap/blob/e8aad0ce200e05c935e0952aadc2e8a5e95e13f4/lib/bootsnap/load_path_cache/core_ext/kernel_require.rb

schneems commented 3 years ago

It turns out we were already tracking autoload but not load