ruby/benchmark/range_last.yml

5 строки
101 B
YAML

benchmark:
- (1..1_000_000).last(100)
- (1..1_000_000).last(1000)
- (1..1_000_000).last(10000)