diff --git a/src/Mvc/benchmarkapps/BasicApi/BasicApi.csproj b/src/Mvc/benchmarkapps/BasicApi/BasicApi.csproj index 397424ebfd..c5613450e7 100644 --- a/src/Mvc/benchmarkapps/BasicApi/BasicApi.csproj +++ b/src/Mvc/benchmarkapps/BasicApi/BasicApi.csproj @@ -16,15 +16,16 @@ + + + + - - - @@ -37,6 +38,10 @@ Use All meta-package and not App to include Microsoft.EntityFrameworkCore.Sqlite. --> - + diff --git a/src/Mvc/benchmarkapps/BasicApi/benchmarks.json b/src/Mvc/benchmarkapps/BasicApi/benchmarks.json index c1497d0465..a739204862 100644 --- a/src/Mvc/benchmarkapps/BasicApi/benchmarks.json +++ b/src/Mvc/benchmarkapps/BasicApi/benchmarks.json @@ -7,9 +7,9 @@ "PresetHeaders": "Json", "ReadyStateText": "Application started.", "Source": { + "Repository": "https://github.com/aspnet/AspNetCore.git", "BranchOrCommit": "master", - "Project": "benchmarkapps/BasicApi/BasicApi.csproj", - "Repository": "https://github.com/aspnet/mvc.git" + "Project": "src/Mvc/benchmarkapps/BasicApi/BasicApi.csproj" } }, "BasicApi.GetToken": { diff --git a/src/Mvc/benchmarkapps/BasicViews/BasicViews.csproj b/src/Mvc/benchmarkapps/BasicViews/BasicViews.csproj index ba832b8e25..da112f236b 100644 --- a/src/Mvc/benchmarkapps/BasicViews/BasicViews.csproj +++ b/src/Mvc/benchmarkapps/BasicViews/BasicViews.csproj @@ -16,6 +16,10 @@ + + + + @@ -23,9 +27,6 @@ - - - @@ -34,10 +35,13 @@ - + diff --git a/src/Mvc/benchmarkapps/BasicViews/benchmarks.json b/src/Mvc/benchmarkapps/BasicViews/benchmarks.json index 75e77df4c5..c7c598bd08 100644 --- a/src/Mvc/benchmarkapps/BasicViews/benchmarks.json +++ b/src/Mvc/benchmarkapps/BasicViews/benchmarks.json @@ -7,9 +7,9 @@ "PresetHeaders": "Html", "ReadyStateText": "Application started.", "Source": { + "Repository": "https://github.com/aspnet/AspNetCore.git", "BranchOrCommit": "master", - "Project": "benchmarkapps/BasicViews/BasicViews.csproj", - "Repository": "https://github.com/aspnet/mvc.git" + "Project": "src/Mvc/benchmarkapps/BasicViews/BasicViews.csproj" } }, "BasicViews.GetHtmlHelpers": { diff --git a/src/Mvc/benchmarkapps/BasicViews/web.config b/src/Mvc/benchmarkapps/BasicViews/web.config deleted file mode 100644 index be088b9ef4..0000000000 --- a/src/Mvc/benchmarkapps/BasicViews/web.config +++ /dev/null @@ -1,9 +0,0 @@ - - - - - - - - - diff --git a/src/Mvc/benchmarkapps/RazorRendering/RazorRendering.csproj b/src/Mvc/benchmarkapps/RazorRendering/RazorRendering.csproj index c599280493..93debc2c00 100644 --- a/src/Mvc/benchmarkapps/RazorRendering/RazorRendering.csproj +++ b/src/Mvc/benchmarkapps/RazorRendering/RazorRendering.csproj @@ -17,7 +17,11 @@ These references are used when running on the Benchmarks Server. --> - + diff --git a/src/Mvc/build/dependencies.props b/src/Mvc/build/dependencies.props index be72c12e5b..2bbab0de4a 100644 --- a/src/Mvc/build/dependencies.props +++ b/src/Mvc/build/dependencies.props @@ -10,12 +10,12 @@ 0.9.9 0.10.13 - 2.1.1 - 2.1.1 - 2.1.1 - 0.43.0 + 3.0.0-preview.18572.1 + 3.0.0-preview.18572.1 + 3.0.0-preview.18572.1 + 0.47.1 2.1.1.1 - 2.1.1 + 2.1.4 3.0.0-preview.18572.1 3.0.0-preview.18572.1 3.0.0-preview-18604-0074 diff --git a/src/Routing/benchmarkapps/Benchmarks/Benchmarks.csproj b/src/Routing/benchmarkapps/Benchmarks/Benchmarks.csproj index 0db37a19dd..eacd72f704 100644 --- a/src/Routing/benchmarkapps/Benchmarks/Benchmarks.csproj +++ b/src/Routing/benchmarkapps/Benchmarks/Benchmarks.csproj @@ -15,8 +15,12 @@ - - + + diff --git a/src/Routing/benchmarkapps/Benchmarks/benchmarks.json b/src/Routing/benchmarkapps/Benchmarks/benchmarks.json index d69ee7afce..c0735fa032 100644 --- a/src/Routing/benchmarkapps/Benchmarks/benchmarks.json +++ b/src/Routing/benchmarkapps/Benchmarks/benchmarks.json @@ -7,9 +7,9 @@ "PipelineDepth": 16 }, "Source": { - "Repository": "https://github.com/aspnet/routing.git", + "Repository": "https://github.com/aspnet/AspNetCore.git", "BranchOrCommit": "master", - "Project": "benchmarkapps/Benchmarks/Benchmarks.csproj" + "Project": "src/Routing/benchmarkapps/Benchmarks/Benchmarks.csproj" }, "Port": 8080 }, diff --git a/src/Servers/Kestrel/perf/PlatformBenchmarks/PlatformBenchmarks.csproj b/src/Servers/Kestrel/perf/PlatformBenchmarks/PlatformBenchmarks.csproj index cd56cb01ca..4460a67388 100644 --- a/src/Servers/Kestrel/perf/PlatformBenchmarks/PlatformBenchmarks.csproj +++ b/src/Servers/Kestrel/perf/PlatformBenchmarks/PlatformBenchmarks.csproj @@ -1,7 +1,7 @@  - netcoreapp2.2 + netcoreapp3.0 $(BenchmarksTargetFramework) Exe latest @@ -23,6 +23,11 @@ - + + diff --git a/src/Servers/Kestrel/perf/PlatformBenchmarks/benchmarks.json.json b/src/Servers/Kestrel/perf/PlatformBenchmarks/benchmarks.json.json index 157cee28dc..8313f994bd 100644 --- a/src/Servers/Kestrel/perf/PlatformBenchmarks/benchmarks.json.json +++ b/src/Servers/Kestrel/perf/PlatformBenchmarks/benchmarks.json.json @@ -4,9 +4,9 @@ "PresetHeaders": "Json", "Source": { - "Repository": "https://github.com/aspnet/KestrelHttpServer.git", - "BranchOrCommit": "dev", - "Project": "benchmarkapps/PlatformBenchmarks/PlatformBenchmarks.csproj" + "Repository": "https://github.com/aspnet/AspNetCore.git", + "BranchOrCommit": "master", + "Project": "src/Servers/Kestrel/perf/PlatformBenchmarks/PlatformBenchmarks.csproj" } }, "JsonPlatform": { diff --git a/src/Servers/Kestrel/perf/PlatformBenchmarks/benchmarks.plaintext.json b/src/Servers/Kestrel/perf/PlatformBenchmarks/benchmarks.plaintext.json index 5ad58aee15..6cfe040ea4 100644 --- a/src/Servers/Kestrel/perf/PlatformBenchmarks/benchmarks.plaintext.json +++ b/src/Servers/Kestrel/perf/PlatformBenchmarks/benchmarks.plaintext.json @@ -7,9 +7,9 @@ "PipelineDepth": 16 }, "Source": { - "Repository": "https://github.com/aspnet/KestrelHttpServer.git", - "BranchOrCommit": "dev", - "Project": "benchmarkapps/PlatformBenchmarks/PlatformBenchmarks.csproj" + "Repository": "https://github.com/aspnet/AspNetCore.git", + "BranchOrCommit": "master", + "Project": "src/Servers/Kestrel/perf/PlatformBenchmarks/PlatformBenchmarks.csproj" }, "Port": 8080 },