mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
8 lines
88 B
Ruby
8 lines
88 B
Ruby
|
#! /usr/bin/ruby
|
||
|
5000.times do
|
||
|
100.times do
|
||
|
{"xxxx"=>"yyyy"}
|
||
|
end
|
||
|
GC.start
|
||
|
end
|