ILLink Performance Tests: Enable MusicStore
authorSwaroop Sridhar <swaroops@microsoft.com>
Wed, 24 May 2017 00:19:15 +0000 (17:19 -0700)
committerSwaroop Sridhar <Swaroop.Sridhar@microsoft.com>
Mon, 19 Jun 2017 19:54:17 +0000 (12:54 -0700)
Enable the Musicstore tests, since the failure in JitBench is
now fixed.

Commit migrated from https://github.com/dotnet/coreclr/commit/215a4ff0880ecd64f76826942c95b231162668d0

src/coreclr/tests/src/performance/linkbench/linkbench.cs

index ad0f83e..576330d 100644 (file)
@@ -251,15 +251,14 @@ namespace LinkBench
                 "WebAPI\\bin\\release\\netcoreapp2.0\\win10-x64\\linked",
                 () => { Benchmark.AddLinkerReference("WebAPI\\WebAPI.csproj");
                         Benchmark.PreventPublishFiltering("WebAPI\\WebAPI.csproj"); }),
-            //Remove the MusicStore from the run as the scenario is currently flaky and breaking performance runs
-            /*new Benchmark("MusicStore",
+            new Benchmark("MusicStore",
                 "JitBench\\src\\MusicStore\\bin\\release\\netcoreapp2.0\\win10-x64\\unlinked",
                 "JitBench\\src\\MusicStore\\bin\\release\\netcoreapp2.0\\win10-x64\\linked",
                 () => { Benchmark.AddLinkerReference("JitBench\\src\\MusicStore\\MusicStore.csproj");
                        Benchmark.SetRuntimeFrameworkVersion("JitBench\\src\\MusicStore\\MusicStore.csproj"); }),
             new Benchmark("MusicStore_R2R",
                 "JitBench\\src\\MusicStore\\bin\\release\\netcoreapp2.0\\win10-x64\\R2R\\unlinked",
-                "JitBench\\src\\MusicStore\\bin\\release\\netcoreapp2.0\\win10-x64\\R2R\\linked"),*/
+                "JitBench\\src\\MusicStore\\bin\\release\\netcoreapp2.0\\win10-x64\\R2R\\linked"),
             new Benchmark("Corefx",
                 "corefx\\bin\\ILLinkTrimAssembly\\netcoreapp-Windows_NT-Release-x64\\pretrimmed",
                 "corefx\\bin\\ILLinkTrimAssembly\\netcoreapp-Windows_NT-Release-x64\\trimmed"),