We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 281ece3 commit f38b0f6Copy full SHA for f38b0f6
lib/benchmark_suite.rb
@@ -127,10 +127,7 @@ def benchmark_env
127
end
128
129
def bench_file_grouping
130
- grouping = {}
131
-
132
- # Get the list of benchmark files/directories matching name filters
133
- grouping[bench_dir] = filtered_bench_entries(bench_dir, main_benchmark_filter)
+ grouping = { bench_dir => filtered_bench_entries(bench_dir, main_benchmark_filter) }
134
135
if benchmark_ractor_directory?
136
# We ignore the category filter here because everything in the
0 commit comments