mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
Adjust memory_status.rb under the tool directory.
This commit is contained in:
parent
4d6c35d33a
commit
e8a2521abe
1 changed files with 1 additions and 1 deletions
|
@ -61,7 +61,7 @@ class BenchmarkDriver::Runner::Peak
|
|||
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)
|
||||
|
|
Loading…
Add table
Reference in a new issue