mirror of
https://github.com/zhigang1992/RubyMotion.git
synced 2026-05-12 03:15:26 +08:00
8 lines
106 B
Ruby
8 lines
106 B
Ruby
def hash_length(x)
|
|
x.report "length" do
|
|
1000000.times do
|
|
$small_hash.length
|
|
end
|
|
end
|
|
end
|