From 1c5ecabebdc4e42e88d5962d9469f44629f5ef5b Mon Sep 17 00:00:00 2001 From: Jonathan Peppers Date: Fri, 9 Aug 2024 12:03:20 -0500 Subject: [PATCH] [tests] update MSBuild performance tests This is testing what the current times are. I'll rework this, after some of the current build performance fixes make it in: * https://github.com/xamarin/monodroid/pull/1535 * https://github.com/dotnet/android/pull/9186 --- .../MSBuildDeviceIntegration.csv | 26 +++++++++---------- 1 file changed, 13 insertions(+), 13 deletions(-) diff --git a/tests/msbuild-times-reference/MSBuildDeviceIntegration.csv b/tests/msbuild-times-reference/MSBuildDeviceIntegration.csv index e22941fe71d..367dffe5a09 100644 --- a/tests/msbuild-times-reference/MSBuildDeviceIntegration.csv +++ b/tests/msbuild-times-reference/MSBuildDeviceIntegration.csv @@ -2,16 +2,16 @@ # First non-comment row is human description of columns Test Name,Time in ms (int) # Data -Build_From_Clean_DontIncludeRestore,13000 -Build_No_Changes,2500 -Build_CSharp_Change,4000 -Build_AndroidResource_Change,3250 -Build_AndroidAsset_Change,10000 -Build_AndroidManifest_Change,4500 -Build_Designer_Change,3000 -Build_JLO_Change,10000 -Build_CSProj_Change,12500 -Build_XAML_Change,7400 -Build_XAML_Change_RefAssembly,4000 -Install_CSharp_Change,4500 -Install_XAML_Change,5000 +Build_From_Clean_DontIncludeRestore,1 +Build_No_Changes,1 +Build_CSharp_Change,1 +Build_AndroidResource_Change,1 +Build_AndroidAsset_Change,1 +Build_AndroidManifest_Change,1 +Build_Designer_Change,1 +Build_JLO_Change,1 +Build_CSProj_Change,1 +Build_XAML_Change,1 +Build_XAML_Change_RefAssembly,1 +Install_CSharp_Change,1 +Install_XAML_Change,1