Skip to content

Commit 2494bdc

Browse files
Remove unused method
1 parent 47eb94f commit 2494bdc

File tree

1 file changed

+0
-9
lines changed

1 file changed

+0
-9
lines changed

harness-ractor/harness.rb

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -27,15 +27,6 @@ def join
2727
end
2828
end
2929

30-
def use_ractor_gemfile(filename)
31-
filename = File.expand_path("Gemfile_#{filename}.rb", "benchmarks/ractor/gemfiles")
32-
raise "Gemfile #{filename} doesn't exist" unless File.exist?(filename)
33-
use_inline_gemfile do
34-
gem "fiddle" # for maxrss
35-
instance_eval File.read(filename), filename, 1
36-
end
37-
end
38-
3930
MAX_ITERS = Integer(ENV.fetch("MAX_BENCH_ITRS", 5))
4031

4132
def run_benchmark(num_itrs_hint, ractor_args: [], &block)

0 commit comments

Comments
 (0)