HEX
Server: Apache
System: Linux s198.coreserver.jp 5.15.0-151-generic #161-Ubuntu SMP Tue Jul 22 14:25:40 UTC 2025 x86_64
User: nagasaki (10062)
PHP: 7.1.33
Disabled: NONE
Upload Files
File: //usr/local/rvm/src/ruby-3.0.2/benchmark/time_strptime.yml
prelude: |
  require 'time'
benchmark:
  - Time.strptime("28/Aug/2005:06:54:20 +0000", "%d/%b/%Y:%T %z")
  - Time.strptime("1", "%s")
  - Time.strptime("0 +0100", "%s %z")
  - Time.strptime("0 UTC", "%s %z")
  - Time.strptime("1.5", "%s.%N")
  - Time.strptime("1.000000000001", "%s.%N")
  - Time.strptime("20010203 -0200", "%Y%m%d %z")
  - Time.strptime("20010203 UTC", "%Y%m%d %z")
  - Time.strptime("2018-365", "%Y-%j")
  - Time.strptime("2018-091", "%Y-%j")