Skip to content

Commit ebf1e51

Browse files
[tests] MSBuild performance raise expected times by 100ms (#3887)
Context: https://build.azdo.io/3218699 Context: https://build.azdo.io/3219042 Context: https://build.azdo.io/3219928 Raising some of the expected times, as we have seen some random failures that do not appear to be performance regressions. The assertion failures were: Build_No_Changes: Exceeded expected time of 3250ms, actual 3270ms Build_CSharp_Change: Exceeded expected time of 4000ms, actual 4050ms Build_AndroidResource_Change: Exceeded expected time of 4750ms, actual 4770ms Build_XAML_Change(True,False): Exceeded expected time of 6250ms, actual 6270ms Build_XAML_Change(False,False): Exceeded expected time of 9500ms, actual 9560ms
1 parent a092dca commit ebf1e51

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

tests/msbuild-times-reference/MSBuildDeviceIntegration.csv

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2,13 +2,13 @@
22
# First non-comment row is human description of columns
33
Test Name,Time in ms (int)
44
# Data
5-
Build_No_Changes,3250
6-
Build_CSharp_Change,4000
7-
Build_AndroidResource_Change,4750
5+
Build_No_Changes,3350
6+
Build_CSharp_Change,4100
7+
Build_AndroidResource_Change,4850
88
Build_Designer_Change,4250
99
Build_JLO_Change,9000
1010
Build_CSProj_Change,9500
11-
Build_XAML_Change,9500
12-
Build_XAML_Change_RefAssembly,6250
11+
Build_XAML_Change,9600
12+
Build_XAML_Change_RefAssembly,6350
1313
Install_CSharp_Change,6000
1414
Install_XAML_Change,7500

0 commit comments

Comments
 (0)