Skip to content
This repository was archived by the owner on Mar 24, 2026. It is now read-only.

Commit daf3816

Browse files
authored
[CSharp/aspnetcore] Mark platform tests as stripped (#10611)
ASP netcore hardcodes HTTP headers for the platform tests, so these tests should be marked as stripped: https://github.com/TechEmpower/FrameworkBenchmarks/blob/d36a2ede0db5c69d70da421e2f48aea53973c0c5/frameworks/CSharp/aspnetcore/src/Platform/BenchmarkApplication.Plaintext.cs#L12-L16
1 parent deb7245 commit daf3816

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

frameworks/CSharp/aspnetcore/benchmark_config.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
"update_url": "/updates/",
1313
"cached_query_url": "/cached-worlds/",
1414
"port": 8080,
15-
"approach": "Realistic",
15+
"approach": "Stripped",
1616
"classification": "Platform",
1717
"database": "Postgres",
1818
"framework": "ASP.NET Core [Platform]",
@@ -35,7 +35,7 @@
3535
"update_url": "/updates/",
3636
"cached_query_url": "/cached-worlds/",
3737
"port": 8080,
38-
"approach": "Realistic",
38+
"approach": "Stripped",
3939
"classification": "Platform",
4040
"database": "Postgres",
4141
"framework": "ASP.NET Core [Platform]",
@@ -101,7 +101,7 @@
101101
"update_url": "/updates/",
102102
"cached_query_url": "/cached-worlds/",
103103
"port": 8080,
104-
"approach": "Realistic",
104+
"approach": "Stripped",
105105
"classification": "Platform",
106106
"database": "MySQL",
107107
"framework": "ASP.NET Core [Platform]",

0 commit comments

Comments
 (0)