Skip to content

Commit 923cfa0

Browse files
committed
WIP
1 parent 549fbd8 commit 923cfa0

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

multi_ractor.rb

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
# Create a single ractor to force Ruby to use the multi_ractor_p paths.
2+
Warning[:experimental] = false
3+
Ractor.new { :noop }

run_benchmarks.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -312,7 +312,7 @@ def run_benchmarks(ruby:, ruby_description:, categories:, name_filters:, out_pat
312312
# Default values for command-line arguments
313313
args = OpenStruct.new({
314314
executables: {},
315-
out_path: "./data",
315+
out_path: File.expand_path("./data"),
316316
out_override: nil,
317317
harness: "harness",
318318
yjit_opts: "",

0 commit comments

Comments
 (0)