Skip to content
This repository was archived by the owner on Nov 30, 2024. It is now read-only.

Commit 6c4ecea

Browse files
committed
Remove benchmark file.
This benchmark suggested that `require_relative` isn't any faster than `require`, because it put `rspec/core/lib` onto the load path as the first dir, which made `require` for rspec-core files O(1) like `require_relative`. In practice, people's load path will have many more directories and this benchmark doesn't align with that reality. [ci skip]
1 parent b088f95 commit 6c4ecea

File tree

1 file changed

+0
-132
lines changed

1 file changed

+0
-132
lines changed

benchmarks/require_relative_boot.sh

Lines changed: 0 additions & 132 deletions
This file was deleted.

0 commit comments

Comments
 (0)