Skip to content
This repository has been archived by the owner on Jul 1, 2021. It is now read-only.

Use require_relative instead of require to speed up requires #175

Merged
merged 1 commit into from
Jul 31, 2020
Merged

Commits on Feb 12, 2020

  1. Use require_relative instead of require to speed up requires

    require_relative is faster as it doesn't require traversing the
    filesystem looking for the require.
    
    See benchmarks here: rspec/rspec-expectations#476 (comment)
    
    Signed-off-by: Tim Smith <[email protected]>
    tas50 committed Feb 12, 2020
    Configuration menu
    Copy the full SHA
    33e8e95 View commit details
    Browse the repository at this point in the history