summaryrefslogtreecommitdiff
path: root/benchmark/time_parse.yml
AgeCommit message (Collapse)Author
2022-12-16[Feature #18033] Make Time.new parse time stringsNobuyoshi Nakada
`Time.new` now parses strings such as the result of `Time#inspect` and restricted ISO-8601 formats. Notes: Merged: https://github.com/ruby/ruby/pull/4825
2021-09-12Add benchmarks to create Time instancesNobuyoshi Nakada