Skip to content

Commit bdc7fa9

Browse files
authored
Always write data into the ruby-bench repository (#469)
1 parent 76c0395 commit bdc7fa9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/argument_parser.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -209,7 +209,7 @@ def have_zjit?(ruby)
209209
def default_args
210210
Args.new(
211211
executables: {},
212-
out_path: File.expand_path("./data"),
212+
out_path: File.expand_path("../data", __dir__),
213213
out_override: nil,
214214
harness: "harness",
215215
harness_explicit: false,

0 commit comments

Comments
 (0)