mirror of
https://github.com/ruby/ruby.git
synced 2026-01-26 20:19:19 +00:00
5 lines
76 B
YAML
5 lines
76 B
YAML
prelude: ary = (1..10_000).to_a
|
|
benchmark:
|
|
- ary.sample
|
|
- ary.sample(2)
|