Skip to content

Commit 842444f

Browse files
authored
Update run_benchmarks.rb to pass the JSON to render_graph
1 parent cdf3ee9 commit 842444f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

run_benchmarks.rb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -588,14 +588,14 @@ def run_benchmarks(ruby:, ruby_description:, categories:, name_filters:, out_pat
588588
# Print the table to the console, with numbers truncated
589589
puts(output_str)
590590

591-
# Print CSV and PNG file names
591+
# Print JSON and PNG file names
592592
puts
593593
puts "Output:"
594594
puts out_json_path
595595
if args.graph
596596
require_relative 'misc/graph'
597597
out_graph_path = output_path + ".png"
598-
render_graph(out_tbl_path, out_graph_path)
598+
render_graph(out_json_path, out_graph_path)
599599
puts out_graph_path
600600
end
601601

0 commit comments

Comments
 (0)