Skip to content

Commit a1dbe39

Browse files
committed
Add name_filters to --category=ractor benchmarks
1 parent 78f97ef commit a1dbe39

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

run_benchmarks.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -279,7 +279,7 @@ def run_benchmarks(ruby:, ruby_description:, categories:, name_filters:, out_pat
279279
# benchmarks-ractor directory should be included when we're benchmarking the
280280
# Ractor category
281281
bench_file_grouping[ractor_bench_dir] = Dir.children(ractor_bench_dir).sort.filter do |entry|
282-
match_filter(entry, categories: [], name_filters: [])
282+
match_filter(entry, categories: [], name_filters: name_filters)
283283
end
284284
end
285285

0 commit comments

Comments
 (0)