Skip to content

Commit 3bfdc9d

Browse files
committed
Remove unnecessary local variable
1 parent aecd46a commit 3bfdc9d

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

run_benchmarks.rb

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -56,9 +56,8 @@
5656
puts
5757

5858
# Build results table
59-
all_names = args.executables.keys
6059
builder = ResultsTableBuilder.new(
61-
executable_names: all_names,
60+
executable_names: ruby_descriptions.keys,
6261
bench_data: bench_data,
6362
include_rss: args.rss
6463
)

0 commit comments

Comments
 (0)