Skip to content

Commit 37be8e1

Browse files
authored
Add more AOT benchmarks to regression bot. (#1881)
* Add more AOT benchmarks to regression bot. This should cover: - Stage1Aot - Stage1GrpcAot - Stage2Aot * Use regular expression syntax
1 parent c0498a0 commit 37be8e1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Diff for: build/regressions.config.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@ sources:
9090
- name: PublishedSizeAot
9191
table: NativeAotBenchmarks
9292
rules:
93-
- include: Stage1Aot
93+
- include: Stage.*Aot
9494
daysToLoad: 60
9595
stdevCount: 5
9696
regressions:
@@ -132,7 +132,7 @@ sources:
132132
- name: Native AOT Reliability
133133
table: NativeAotBenchmarks
134134
rules:
135-
- include: Stage1Aot
135+
- include: Stage.*Aot
136136
regressions:
137137
labels:
138138
- Perf

0 commit comments

Comments
 (0)