Skip to content

Commit 2661d4b

Browse files
authored
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
1 parent b30765d commit 2661d4b

File tree

1 file changed

+11
-9
lines changed

1 file changed

+11
-9
lines changed

frameworks/CSharp/aspnetcore/benchmark_config.json

Lines changed: 11 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
{
22
"framework": "aspnetcore",
3+
"maintainers": ["DamianEdwards", "sebastienros"],
34
"tests": [
45
{
56
"default": {
@@ -14,15 +15,15 @@
1415
"approach": "Realistic",
1516
"classification": "Platform",
1617
"database": "Postgres",
17-
"framework": "ASP.NET Core",
18+
"framework": "ASP.NET Core [Platform]",
1819
"language": "C#",
1920
"orm": "Raw",
2021
"platform": ".NET",
2122
"flavor": "CoreCLR",
2223
"webserver": "Kestrel",
2324
"os": "Linux",
2425
"database_os": "Linux",
25-
"display_name": "ASP.NET Core [Platform, Pg]",
26+
"display_name": "ASP.NET Core [Platform]",
2627
"notes": ""
2728
},
2829
"aot": {
@@ -37,15 +38,15 @@
3738
"approach": "Realistic",
3839
"classification": "Platform",
3940
"database": "Postgres",
40-
"framework": "ASP.NET Core",
41+
"framework": "ASP.NET Core [Platform]",
4142
"language": "C#",
4243
"orm": "Raw",
4344
"platform": ".NET",
4445
"flavor": "NativeAOT",
4546
"webserver": "Kestrel",
4647
"os": "Linux",
4748
"database_os": "Linux",
48-
"display_name": "ASP.NET Core [Platform, Pg, AOT]",
49+
"display_name": "ASP.NET Core [Platform, AOT]",
4950
"notes": ""
5051
},
5152
"minimal": {
@@ -67,7 +68,7 @@
6768
"webserver": "Kestrel",
6869
"os": "Linux",
6970
"database_os": "Linux",
70-
"display_name": "ASP.NET Core [Minimal APIs, Pg, Dapper]",
71+
"display_name": "ASP.NET Core [Minimal APIs]",
7172
"notes": "",
7273
"versus": "aspnetcore"
7374
},
@@ -89,7 +90,7 @@
8990
"webserver": "Kestrel",
9091
"os": "Linux",
9192
"database_os": "Linux",
92-
"display_name": "ASP.NET Core [MVC, Pg, EF]",
93+
"display_name": "ASP.NET Core [MVC]",
9394
"notes": "",
9495
"versus": "aspnetcore"
9596
},
@@ -103,16 +104,17 @@
103104
"approach": "Realistic",
104105
"classification": "Platform",
105106
"database": "MySQL",
106-
"framework": "ASP.NET Core",
107+
"framework": "ASP.NET Core [Platform]",
107108
"language": "C#",
108109
"orm": "Raw",
109110
"platform": ".NET",
110111
"flavor": "CoreCLR",
111112
"webserver": "Kestrel",
112113
"os": "Linux",
113114
"database_os": "Linux",
114-
"display_name": "ASP.NET Core [Platform, My]",
115-
"notes": ""
115+
"display_name": "ASP.NET Core [Platform, MySQL]",
116+
"notes": "",
117+
"versus": "aspnetcore"
116118
}
117119
}
118120
]

0 commit comments

Comments
 (0)