mirror of
https://github.com/ruby/ruby.git
synced 2025-08-15 13:39:04 +02:00
4 lines
76 B
YAML
4 lines
76 B
YAML
prelude: ary = (1..10_000).to_a
|
|
benchmark:
|
|
- ary.sample
|
|
- ary.sample(2)
|