summaryrefslogtreecommitdiff
path: root/benchmark/time_strftime.yml
blob: 28f62aec87a20dafa2af11ae3e96810aa64b43e0 (plain)
1
2
3
4
5
6
7
prelude: |
  # frozen_string_literal: true
  time = Time.now
benchmark:
  - time.strftime("%FT%T")     # 19B
  - time.strftime("%FT%T.%3N") # 23B
  - time.strftime("%FT%T.%6N") # 26B