ruby-changes:56345
From: Hiroshi <ko1@a...>
Date: Tue, 2 Jul 2019 21:39:54 +0900 (JST)
Subject: [ruby-changes:56345] Hiroshi SHIBATA: e8a2521abe (master): Adjust memory_status.rb under the tool directory.
https://git.ruby-lang.org/ruby.git/commit/?id=e8a2521abe From e8a2521abecc6738c3480ec9b3d8c7b341cb576f Mon Sep 17 00:00:00 2001 From: Hiroshi SHIBATA <hsbt@r...> Date: Tue, 2 Jul 2019 21:39:22 +0900 Subject: Adjust memory_status.rb under the tool directory. diff --git a/benchmark/lib/benchmark_driver/runner/peak.rb b/benchmark/lib/benchmark_driver/runner/peak.rb index 0ba8af4..d04f2e5 100644 --- a/benchmark/lib/benchmark_driver/runner/peak.rb +++ b/benchmark/lib/benchmark_driver/runner/peak.rb @@ -61,7 +61,7 @@ class BenchmarkDriver::Runner::Peak https://github.com/ruby/ruby/blob/trunk/benchmark/lib/benchmark_driver/runner/peak.rb#L61 loop_count: job.loop_count, ) - memory_status = File.expand_path('../../../../test/lib/memory_status', __dir__) + memory_status = File.expand_path('../../../../tool/lib/memory_status', __dir__) Tempfile.open(['benchmark_driver-', '.rb']) do |f| with_script(benchmark.render) do |path| output = IO.popen([*context.executable.command, path, f.path, target, memory_status], &:read) -- cgit v0.10.2 -- ML: ruby-changes@q... Info: http://www.atdot.net/~ko1/quickml/