Skip to content

Commit abe144c

Browse files
committed
Require "date"
Seems to be required by oj, but there's no oj for JRuby so the date benchmarks fail if I remove it.
1 parent 12965b9 commit abe144c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

benchmark/encoder.rb

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
require "benchmark/ips"
22
require "json"
3+
require "date"
34
require "oj"
45

56
Oj.default_options = Oj.default_options.merge(mode: :compat)

0 commit comments

Comments
 (0)