mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
5 lines
76 B
YAML
5 lines
76 B
YAML
|
prelude: ary = (1..10_000).to_a
|
||
|
benchmark:
|
||
|
- ary.sample
|
||
|
- ary.sample(2)
|