mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
8 lines
113 B
Ruby
8 lines
113 B
Ruby
|
$:.push File.join(File.dirname(__FILE__), "bm_require.data")
|
||
|
|
||
|
1.upto(10000) do |i|
|
||
|
require "c#{i}"
|
||
|
end
|
||
|
|
||
|
$:.pop
|