Lines Matching refs:baseline
92 baseline = parser_a.add_argument_group(
93 'baseline', 'The benchmark baseline')
94 baseline.add_argument(
101 'contender', 'The benchmark that will be compared against the baseline')
116 baseline = parser_b.add_argument_group(
117 'baseline', 'The benchmark baseline')
118 baseline.add_argument(
124 baseline.add_argument(
129 help='The first filter, that will be used as baseline')
131 'contender', 'The benchmark that will be compared against the baseline')
137 help='The second filter, that will be compared against the baseline')
147 baseline = parser_c.add_argument_group(
148 'baseline', 'The benchmark baseline')
149 baseline.add_argument(
155 baseline.add_argument(
160 help='The first filter, that will be used as baseline')
162 'contender', 'The benchmark that will be compared against the baseline')
168 help='The second benchmark executable or JSON output file, that will be compared against the baseline')
174 help='The second filter, that will be compared against the baseline')