summaryrefslogtreecommitdiff
path: root/benchmark/time_new.yml
diff options
context:
space:
mode:
Diffstat (limited to 'benchmark/time_new.yml')
-rw-r--r--benchmark/time_new.yml4
1 files changed, 4 insertions, 0 deletions
diff --git a/benchmark/time_new.yml b/benchmark/time_new.yml
new file mode 100644
index 0000000000..5947dd3a41
--- /dev/null
+++ b/benchmark/time_new.yml
@@ -0,0 +1,4 @@
+benchmark:
+ - 'Time.new(2021)'
+ - 'Time.new(2021, 8, 22)'
+ - 'Time.new(2021, 8, 22, in: "+09:00")'