Skip to content

Commit

Permalink
Add more AOT benchmarks to regression bot. (#1881)
Browse files Browse the repository at this point in the history
* Add more AOT benchmarks to regression bot.

This should cover:
- Stage1Aot
- Stage1GrpcAot
- Stage2Aot

* Use regular expression syntax
  • Loading branch information
eerhardt authored Aug 3, 2023
1 parent c0498a0 commit 37be8e1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build/regressions.config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ sources:
- name: PublishedSizeAot
table: NativeAotBenchmarks
rules:
- include: Stage1Aot
- include: Stage.*Aot
daysToLoad: 60
stdevCount: 5
regressions:
Expand Down Expand Up @@ -132,7 +132,7 @@ sources:
- name: Native AOT Reliability
table: NativeAotBenchmarks
rules:
- include: Stage1Aot
- include: Stage.*Aot
regressions:
labels:
- Perf
Expand Down

0 comments on commit 37be8e1

Please sign in to comment.