Module: TestProf::Autopilot::Patches::FactoryDefaultPatch
- Defined in:
- lib/test_prof/autopilot/patches/factory_default_patch.rb
Defined Under Namespace
Modules: ProfilerExt
Constant Summary collapse
- ARTIFACT_FILE =
"factory_default_prof_report.json"
Class Method Summary collapse
Class Method Details
.patch ⇒ Object
29 30 31 |
# File 'lib/test_prof/autopilot/patches/factory_default_patch.rb', line 29 def patch ::TestProf::FactoryDefault::Profiler.prepend(ProfilerExt) end |