Skip to content

Commit 98fb99d

Browse files
GC is a valid category
1 parent 92bd1c6 commit 98fb99d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

test/run_benchmarks_integration_test.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@
5656
it 'benchmarks.yml has valid category values' do
5757
require 'yaml'
5858
data = YAML.load_file(@benchmarks_yml)
59-
valid_categories = ['headline', 'micro', 'other']
59+
valid_categories = ['headline', 'micro', 'gc', 'other']
6060

6161
data.each do |name, metadata|
6262
if metadata['category']

0 commit comments

Comments
 (0)