소스 검색

Update ASP.NET Core metadata (#9639)

* Update ASP.NET metadata

Would it be possible to also update the <T> calculation using `ASP.NET Core [Paltform]` instead of the previous `ASP.NET Core`?

* Fix typeos

* Remove updates for MVC

* Add maintainers to benchmark_config.json
Sébastien Ros 4 달 전
부모
커밋
2661d4b75e
1개의 변경된 파일11개의 추가작업 그리고 9개의 파일을 삭제
  1. 11 9
      frameworks/CSharp/aspnetcore/benchmark_config.json

+ 11 - 9
frameworks/CSharp/aspnetcore/benchmark_config.json

@@ -1,5 +1,6 @@
 {
   "framework": "aspnetcore",
+  "maintainers": ["DamianEdwards", "sebastienros"],
   "tests": [
     {
       "default": {
@@ -14,7 +15,7 @@
         "approach": "Realistic",
         "classification": "Platform",
         "database": "Postgres",
-        "framework": "ASP.NET Core",
+        "framework": "ASP.NET Core [Platform]",
         "language": "C#",
         "orm": "Raw",
         "platform": ".NET",
@@ -22,7 +23,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 +38,7 @@
         "approach": "Realistic",
         "classification": "Platform",
         "database": "Postgres",
-        "framework": "ASP.NET Core",
+        "framework": "ASP.NET Core [Platform]",
         "language": "C#",
         "orm": "Raw",
         "platform": ".NET",
@@ -45,7 +46,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 +68,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"
       },
@@ -89,7 +90,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 +104,7 @@
         "approach": "Realistic",
         "classification": "Platform",
         "database": "MySQL",
-        "framework": "ASP.NET Core",
+        "framework": "ASP.NET Core [Platform]",
         "language": "C#",
         "orm": "Raw",
         "platform": ".NET",
@@ -111,8 +112,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"
       }
     }
   ]