Skip to content

Commit a8166cb

Browse files
authored
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`?
1 parent b3cd902 commit a8166cb

File tree

1 file changed

+11
-10
lines changed

1 file changed

+11
-10
lines changed

frameworks/CSharp/aspnetcore/benchmark_config.json

Lines changed: 11 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -14,15 +14,15 @@
1414
"approach": "Realistic",
1515
"classification": "Platform",
1616
"database": "Postgres",
17-
"framework": "ASP.NET Core",
17+
"framework": "ASP.NET Core [Paltform]",
1818
"language": "C#",
1919
"orm": "Raw",
2020
"platform": ".NET",
2121
"flavor": "CoreCLR",
2222
"webserver": "Kestrel",
2323
"os": "Linux",
2424
"database_os": "Linux",
25-
"display_name": "ASP.NET Core [Platform, Pg]",
25+
"display_name": "ASP.NET Core [Platform]",
2626
"notes": ""
2727
},
2828
"aot": {
@@ -37,15 +37,15 @@
3737
"approach": "Realistic",
3838
"classification": "Platform",
3939
"database": "Postgres",
40-
"framework": "ASP.NET Core",
40+
"framework": "ASP.NET Core [Platform]",
4141
"language": "C#",
4242
"orm": "Raw",
4343
"platform": ".NET",
4444
"flavor": "NativeAOT",
4545
"webserver": "Kestrel",
4646
"os": "Linux",
4747
"database_os": "Linux",
48-
"display_name": "ASP.NET Core [Platform, Pg, AOT]",
48+
"display_name": "ASP.NET Core [Platform, AOT]",
4949
"notes": ""
5050
},
5151
"minimal": {
@@ -67,7 +67,7 @@
6767
"webserver": "Kestrel",
6868
"os": "Linux",
6969
"database_os": "Linux",
70-
"display_name": "ASP.NET Core [Minimal APIs, Pg, Dapper]",
70+
"display_name": "ASP.NET Core [Minimal APIs]",
7171
"notes": "",
7272
"versus": "aspnetcore"
7373
},
@@ -77,7 +77,7 @@
7777
"db_url": "/db",
7878
"query_url": "/queries/",
7979
"fortune_url": "/fortunes",
80-
"port": 8080,
80+
"update_url": "/updates/",
8181
"approach": "Realistic",
8282
"classification": "Fullstack",
8383
"database": "Postgres",
@@ -89,7 +89,7 @@
8989
"webserver": "Kestrel",
9090
"os": "Linux",
9191
"database_os": "Linux",
92-
"display_name": "ASP.NET Core [MVC, Pg, EF]",
92+
"display_name": "ASP.NET Core [MVC]",
9393
"notes": "",
9494
"versus": "aspnetcore"
9595
},
@@ -103,16 +103,17 @@
103103
"approach": "Realistic",
104104
"classification": "Platform",
105105
"database": "MySQL",
106-
"framework": "ASP.NET Core",
106+
"framework": "ASP.NET Core [Platform]",
107107
"language": "C#",
108108
"orm": "Raw",
109109
"platform": ".NET",
110110
"flavor": "CoreCLR",
111111
"webserver": "Kestrel",
112112
"os": "Linux",
113113
"database_os": "Linux",
114-
"display_name": "ASP.NET Core [Platform, My]",
115-
"notes": ""
114+
"display_name": "ASP.NET Core [Platform, MySQL]",
115+
"notes": "",
116+
"versus": "aspnetcore"
116117
}
117118
}
118119
]

0 commit comments

Comments
 (0)