|
1 | 1 | { |
2 | 2 | "framework": "aspnetcore", |
| 3 | + "maintainers": ["DamianEdwards", "sebastienros"], |
3 | 4 | "tests": [ |
4 | 5 | { |
5 | 6 | "default": { |
|
14 | 15 | "approach": "Realistic", |
15 | 16 | "classification": "Platform", |
16 | 17 | "database": "Postgres", |
17 | | - "framework": "ASP.NET Core", |
| 18 | + "framework": "ASP.NET Core [Platform]", |
18 | 19 | "language": "C#", |
19 | 20 | "orm": "Raw", |
20 | 21 | "platform": ".NET", |
21 | 22 | "flavor": "CoreCLR", |
22 | 23 | "webserver": "Kestrel", |
23 | 24 | "os": "Linux", |
24 | 25 | "database_os": "Linux", |
25 | | - "display_name": "ASP.NET Core [Platform, Pg]", |
| 26 | + "display_name": "ASP.NET Core [Platform]", |
26 | 27 | "notes": "" |
27 | 28 | }, |
28 | 29 | "aot": { |
|
37 | 38 | "approach": "Realistic", |
38 | 39 | "classification": "Platform", |
39 | 40 | "database": "Postgres", |
40 | | - "framework": "ASP.NET Core", |
| 41 | + "framework": "ASP.NET Core [Platform]", |
41 | 42 | "language": "C#", |
42 | 43 | "orm": "Raw", |
43 | 44 | "platform": ".NET", |
44 | 45 | "flavor": "NativeAOT", |
45 | 46 | "webserver": "Kestrel", |
46 | 47 | "os": "Linux", |
47 | 48 | "database_os": "Linux", |
48 | | - "display_name": "ASP.NET Core [Platform, Pg, AOT]", |
| 49 | + "display_name": "ASP.NET Core [Platform, AOT]", |
49 | 50 | "notes": "" |
50 | 51 | }, |
51 | 52 | "minimal": { |
|
67 | 68 | "webserver": "Kestrel", |
68 | 69 | "os": "Linux", |
69 | 70 | "database_os": "Linux", |
70 | | - "display_name": "ASP.NET Core [Minimal APIs, Pg, Dapper]", |
| 71 | + "display_name": "ASP.NET Core [Minimal APIs]", |
71 | 72 | "notes": "", |
72 | 73 | "versus": "aspnetcore" |
73 | 74 | }, |
|
89 | 90 | "webserver": "Kestrel", |
90 | 91 | "os": "Linux", |
91 | 92 | "database_os": "Linux", |
92 | | - "display_name": "ASP.NET Core [MVC, Pg, EF]", |
| 93 | + "display_name": "ASP.NET Core [MVC]", |
93 | 94 | "notes": "", |
94 | 95 | "versus": "aspnetcore" |
95 | 96 | }, |
|
103 | 104 | "approach": "Realistic", |
104 | 105 | "classification": "Platform", |
105 | 106 | "database": "MySQL", |
106 | | - "framework": "ASP.NET Core", |
| 107 | + "framework": "ASP.NET Core [Platform]", |
107 | 108 | "language": "C#", |
108 | 109 | "orm": "Raw", |
109 | 110 | "platform": ".NET", |
110 | 111 | "flavor": "CoreCLR", |
111 | 112 | "webserver": "Kestrel", |
112 | 113 | "os": "Linux", |
113 | 114 | "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" |
116 | 118 | } |
117 | 119 | } |
118 | 120 | ] |
|
0 commit comments