1
0
Fork 0
mirror of https://github.com/ruby/ruby.git synced 2022-11-09 12:17:21 -05:00
ruby--ruby/benchmark/time_at.yml
Takashi Kokubun 021255f1e7
Skip string allocation in benchmark/time_at.yml
and also drop a weird newline from benchmark/array_sample.yml.
2021-11-14 23:25:25 -08:00

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")'