mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
021255f1e7
and also drop a weird newline from benchmark/array_sample.yml.
7 lines
160 B
YAML
7 lines
160 B
YAML
prelude: |
|
|
# frozen_string_literal: true
|
|
benchmark:
|
|
- 'Time.at(0)'
|
|
- 'Time.at(0, 500)'
|
|
- 'Time.at(0, in: "+09:00")'
|
|
- 'Time.at(0, 500, in: "+09:00")'
|