summaryrefslogtreecommitdiff
path: root/benchmark/time_at.yml
diff options
context:
space:
mode:
Diffstat (limited to 'benchmark/time_at.yml')
-rw-r--r--benchmark/time_at.yml7
1 files changed, 7 insertions, 0 deletions
diff --git a/benchmark/time_at.yml b/benchmark/time_at.yml
new file mode 100644
index 0000000000..3247efbe77
--- /dev/null
+++ b/benchmark/time_at.yml
@@ -0,0 +1,7 @@
+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")'