From a8166cbc86407d4dd7ac0744d060b48313f9459a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=A9bastien=20Ros?= Date: Mon, 10 Mar 2025 12:17:01 -0700 Subject: [PATCH 1/4] Update ASP.NET metadata Would it be possible to also update the calculation using `ASP.NET Core [Paltform]` instead of the previous `ASP.NET Core`? --- .../CSharp/aspnetcore/benchmark_config.json | 21 ++++++++++--------- 1 file changed, 11 insertions(+), 10 deletions(-) diff --git a/frameworks/CSharp/aspnetcore/benchmark_config.json b/frameworks/CSharp/aspnetcore/benchmark_config.json index 831a9f27d81..f8d7fbe5e49 100644 --- a/frameworks/CSharp/aspnetcore/benchmark_config.json +++ b/frameworks/CSharp/aspnetcore/benchmark_config.json @@ -14,7 +14,7 @@ "approach": "Realistic", "classification": "Platform", "database": "Postgres", - "framework": "ASP.NET Core", + "framework": "ASP.NET Core [Paltform]", "language": "C#", "orm": "Raw", "platform": ".NET", @@ -22,7 +22,7 @@ "webserver": "Kestrel", "os": "Linux", "database_os": "Linux", - "display_name": "ASP.NET Core [Platform, Pg]", + "display_name": "ASP.NET Core [Platform]", "notes": "" }, "aot": { @@ -37,7 +37,7 @@ "approach": "Realistic", "classification": "Platform", "database": "Postgres", - "framework": "ASP.NET Core", + "framework": "ASP.NET Core [Platform]", "language": "C#", "orm": "Raw", "platform": ".NET", @@ -45,7 +45,7 @@ "webserver": "Kestrel", "os": "Linux", "database_os": "Linux", - "display_name": "ASP.NET Core [Platform, Pg, AOT]", + "display_name": "ASP.NET Core [Platform, AOT]", "notes": "" }, "minimal": { @@ -67,7 +67,7 @@ "webserver": "Kestrel", "os": "Linux", "database_os": "Linux", - "display_name": "ASP.NET Core [Minimal APIs, Pg, Dapper]", + "display_name": "ASP.NET Core [Minimal APIs]", "notes": "", "versus": "aspnetcore" }, @@ -77,7 +77,7 @@ "db_url": "/db", "query_url": "/queries/", "fortune_url": "/fortunes", - "port": 8080, + "update_url": "/updates/", "approach": "Realistic", "classification": "Fullstack", "database": "Postgres", @@ -89,7 +89,7 @@ "webserver": "Kestrel", "os": "Linux", "database_os": "Linux", - "display_name": "ASP.NET Core [MVC, Pg, EF]", + "display_name": "ASP.NET Core [MVC]", "notes": "", "versus": "aspnetcore" }, @@ -103,7 +103,7 @@ "approach": "Realistic", "classification": "Platform", "database": "MySQL", - "framework": "ASP.NET Core", + "framework": "ASP.NET Core [Platform]", "language": "C#", "orm": "Raw", "platform": ".NET", @@ -111,8 +111,9 @@ "webserver": "Kestrel", "os": "Linux", "database_os": "Linux", - "display_name": "ASP.NET Core [Platform, My]", - "notes": "" + "display_name": "ASP.NET Core [Platform, MySQL]", + "notes": "", + "versus": "aspnetcore" } } ] From 635c6b89a170ba52ecb88e8c50fc15d37bb775fc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=A9bastien=20Ros?= Date: Mon, 10 Mar 2025 12:18:49 -0700 Subject: [PATCH 2/4] Fix typeos --- frameworks/CSharp/aspnetcore/benchmark_config.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/frameworks/CSharp/aspnetcore/benchmark_config.json b/frameworks/CSharp/aspnetcore/benchmark_config.json index f8d7fbe5e49..975e44ef7c1 100644 --- a/frameworks/CSharp/aspnetcore/benchmark_config.json +++ b/frameworks/CSharp/aspnetcore/benchmark_config.json @@ -14,7 +14,7 @@ "approach": "Realistic", "classification": "Platform", "database": "Postgres", - "framework": "ASP.NET Core [Paltform]", + "framework": "ASP.NET Core [Platform]", "language": "C#", "orm": "Raw", "platform": ".NET", @@ -78,6 +78,7 @@ "query_url": "/queries/", "fortune_url": "/fortunes", "update_url": "/updates/", + "port": 8080, "approach": "Realistic", "classification": "Fullstack", "database": "Postgres", From dbfce96c280746403b4ded64c2c275da572895b4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=A9bastien=20Ros?= Date: Mon, 10 Mar 2025 12:39:01 -0700 Subject: [PATCH 3/4] Remove updates for MVC --- frameworks/CSharp/aspnetcore/benchmark_config.json | 1 - 1 file changed, 1 deletion(-) diff --git a/frameworks/CSharp/aspnetcore/benchmark_config.json b/frameworks/CSharp/aspnetcore/benchmark_config.json index 975e44ef7c1..03ab2a9d628 100644 --- a/frameworks/CSharp/aspnetcore/benchmark_config.json +++ b/frameworks/CSharp/aspnetcore/benchmark_config.json @@ -77,7 +77,6 @@ "db_url": "/db", "query_url": "/queries/", "fortune_url": "/fortunes", - "update_url": "/updates/", "port": 8080, "approach": "Realistic", "classification": "Fullstack", From d4dd5e0ee37e436046416408cca86eed2e650013 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=A9bastien=20Ros?= Date: Mon, 10 Mar 2025 15:23:44 -0700 Subject: [PATCH 4/4] Add maintainers to benchmark_config.json --- frameworks/CSharp/aspnetcore/benchmark_config.json | 1 + 1 file changed, 1 insertion(+) diff --git a/frameworks/CSharp/aspnetcore/benchmark_config.json b/frameworks/CSharp/aspnetcore/benchmark_config.json index 03ab2a9d628..eb56fddfb57 100644 --- a/frameworks/CSharp/aspnetcore/benchmark_config.json +++ b/frameworks/CSharp/aspnetcore/benchmark_config.json @@ -1,5 +1,6 @@ { "framework": "aspnetcore", + "maintainers": ["DamianEdwards", "sebastienros"], "tests": [ { "default": {