Jelajahi Sumber

Standardize a few test metadata values (#3130)

- Change all ffead-cpp platforms to "ffead-cpp", removing the more
  specific qualifiers.  I don't think breaking these up into more
  specific platforms is useful to broader public, regardless of whether
  it's more "correct" that way or not.

- Standardize on "ASP.NET" and "ASP.NET Core" spellings for the ASP.NET
  frameworks.  Some had framework="EntityFramework", for example, and I
  don't think that's the kind of framework we mean here.

- Standardize on ".NET" as a platform rather than "ASP.NET" or "NET".

- Use "PHP" rather than "PHP5" as a language, since we don't include the
  version number in this attribute elsewhere.
Michael Hixson 7 tahun lalu
induk
melakukan
e1e047222c

+ 6 - 6
frameworks/C++/ffead-cpp/benchmark_config.json

@@ -85,7 +85,7 @@
       "framework": "ffead-cpp",
       "language": "C++",
       "orm": "Full",
-      "platform": "ffead-cpp-apache",
+      "platform": "ffead-cpp",
       "webserver": "apache",
       "os": "Linux",
       "database_os": "Linux",
@@ -108,7 +108,7 @@
       "framework": "ffead-cpp",
       "language": "C++",
       "orm": "Full",
-      "platform": "ffead-cpp-apache",
+      "platform": "ffead-cpp",
       "webserver": "apache",
       "os": "Linux",
       "database_os": "Linux",
@@ -131,7 +131,7 @@
       "framework": "ffead-cpp",
       "language": "C++",
       "orm": "Full",
-      "platform": "ffead-cpp-apache",
+      "platform": "ffead-cpp",
       "webserver": "apache",
       "os": "Linux",
       "database_os": "Linux",
@@ -154,7 +154,7 @@
       "framework": "ffead-cpp",
       "language": "C++",
       "orm": "Full",
-      "platform": "ffead-cpp-nginx",
+      "platform": "ffead-cpp",
       "webserver": "nginx",
       "os": "Linux",
       "database_os": "Linux",
@@ -177,7 +177,7 @@
       "framework": "ffead-cpp",
       "language": "C++",
       "orm": "Full",
-      "platform": "ffead-cpp-nginx",
+      "platform": "ffead-cpp",
       "webserver": "nginx",
       "os": "Linux",
       "database_os": "Linux",
@@ -200,7 +200,7 @@
       "framework": "ffead-cpp",
       "language": "C++",
       "orm": "Full",
-      "platform": "ffead-cpp-nginx",
+      "platform": "ffead-cpp",
       "webserver": "nginx",
       "os": "Linux",
       "database_os": "Linux",

+ 20 - 20
frameworks/CSharp/aspnet/benchmark_config.json

@@ -9,7 +9,7 @@
       "approach": "Realistic",
       "classification": "Fullstack",
       "database": "None",
-      "framework": "asp.net",
+      "framework": "ASP.NET",
       "language": "C#",
       "flavor": "Microsoft",
       "orm": "Raw",
@@ -28,7 +28,7 @@
       "approach": "Realistic",
       "classification": "Fullstack",
       "database": "None",
-      "framework": "asp.net",
+      "framework": "ASP.NET",
       "language": "C#",
       "flavor": "Microsoft",
       "orm": "Raw",
@@ -47,7 +47,7 @@
       "approach": "Realistic",
       "classification": "Fullstack",
       "database": "None",
-      "framework": "asp.net",
+      "framework": "ASP.NET",
       "language": "C#",
       "flavor": "Microsoft",
       "orm": "Raw",
@@ -69,7 +69,7 @@
       "approach": "Realistic",
       "classification": "Fullstack",
       "database": "MySQL",
-      "framework": "asp.net",
+      "framework": "ASP.NET",
       "language": "C#",
       "flavor": "Microsoft",
       "orm": "Raw",
@@ -91,7 +91,7 @@
       "approach": "Realistic",
       "classification": "Fullstack",
       "database": "Postgres",
-      "framework": "asp.net",
+      "framework": "ASP.NET",
       "language": "C#",
       "flavor": "Microsoft",
       "orm": "Raw",
@@ -113,7 +113,7 @@
       "approach": "Realistic",
       "classification": "Fullstack",
       "database": "MongoDB",
-      "framework": "asp.net",
+      "framework": "ASP.NET",
       "language": "C#",
       "flavor": "Microsoft",
       "orm": "Raw",
@@ -135,7 +135,7 @@
       "approach": "Realistic",
       "classification": "Fullstack",
       "database": "SQLServer",
-      "framework": "asp.net-mvc",
+      "framework": "ASP.NET",
       "language": "C#",
       "flavor": "Microsoft",
       "orm": "Raw",
@@ -157,7 +157,7 @@
       "approach": "Realistic",
       "classification": "Fullstack",
       "database": "MySQL",
-      "framework": "EntityFramework",
+      "framework": "ASP.NET",
       "language": "C#",
       "flavor": "Microsoft",
       "orm": "Full",
@@ -179,7 +179,7 @@
       "approach": "Realistic",
       "classification": "Fullstack",
       "database": "Postgres",
-      "framework": "EntityFramework",
+      "framework": "ASP.NET",
       "language": "C#",
       "flavor": "Microsoft",
       "orm": "Full",
@@ -201,7 +201,7 @@
       "approach": "Realistic",
       "classification": "Fullstack",
       "database": "SQLServer",
-      "framework": "EntityFramework",
+      "framework": "ASP.NET",
       "language": "C#",
       "flavor": "Microsoft",
       "orm": "Full",
@@ -221,11 +221,11 @@
       "approach": "Realistic",
       "classification": "Platform",
       "database": "None",
-      "framework": "None",
+      "framework": "ASP.NET",
       "language": "C#",
       "flavor": "Mono",
       "orm": "Raw",
-      "platform": "ASP.NET",
+      "platform": ".NET",
       "webserver": "nginx",
       "os": "Linux",
       "database_os": "Linux",
@@ -240,11 +240,11 @@
       "approach": "Realistic",
       "classification": "Fullstack",
       "database": "None",
-      "framework": "JSONNet",
+      "framework": "ASP.NET",
       "language": "C#",
       "flavor": "Mono",
       "orm": "Raw",
-      "platform": "ASP.NET",
+      "platform": ".NET",
       "webserver": "nginx",
       "os": "Linux",
       "database_os": "Linux",
@@ -259,11 +259,11 @@
       "approach": "Realistic",
       "classification": "Fullstack",
       "database": "None",
-      "framework": "ServiceStack",
+      "framework": "ASP.NET",
       "language": "C#",
       "flavor": "Mono",
       "orm": "Raw",
-      "platform": "ASP.NET",
+      "platform": ".NET",
       "webserver": "nginx",
       "os": "Linux",
       "database_os": "Linux",
@@ -283,11 +283,11 @@
       "approach": "Realistic",
       "classification": "Platform",
       "database": "MySQL",
-      "framework": "None",
+      "framework": "ASP.NET",
       "language": "C#",
       "flavor": "Mono",
       "orm": "Raw",
-      "platform": "ASP.NET",
+      "platform": ".NET",
       "webserver": "nginx",
       "os": "Linux",
       "database_os": "Linux",
@@ -305,11 +305,11 @@
       "approach": "Realistic",
       "classification": "Fullstack",
       "database": "MySQL",
-      "framework": "EntityFramework",
+      "framework": "ASP.NET",
       "language": "C#",
       "flavor": "Mono",
       "orm": "Full",
-      "platform": "ASP.NET",
+      "platform": ".NET",
       "webserver": "nginx",
       "os": "Linux",
       "database_os": "Linux",

+ 28 - 28
frameworks/CSharp/aspnetcore/benchmark_config.json

@@ -8,10 +8,10 @@
       "approach": "Realistic",
       "classification": "Micro",
       "database": "None",
-      "framework": "aspnetcore",
+      "framework": "ASP.NET Core",
       "language": "C#",
       "orm": "Raw",
-      "platform": "NET",
+      "platform": ".NET",
       "flavor": "CoreCLR",
       "webserver": "None",
       "os": "Linux",
@@ -27,10 +27,10 @@
       "approach": "Realistic",
       "classification": "Micro",
       "database": "None",
-      "framework": "aspnetcore",
+      "framework": "ASP.NET Core",
       "language": "C#",
       "orm": "Raw",
-      "platform": "NET",
+      "platform": ".NET",
       "flavor": "CoreCLR",
       "webserver": "None",
       "os": "Linux",
@@ -49,10 +49,10 @@
       "approach": "Realistic",
       "classification": "Micro",
       "database": "Postgres",
-      "framework": "aspnetcore",
+      "framework": "ASP.NET Core",
       "language": "C#",
       "orm": "Raw",
-      "platform": "NET",
+      "platform": ".NET",
       "flavor": "CoreCLR",
       "webserver": "None",
       "os": "Linux",
@@ -71,10 +71,10 @@
       "approach": "Realistic",
       "classification": "Micro",
       "database": "Postgres",
-      "framework": "aspnetcore",
+      "framework": "ASP.NET Core",
       "language": "C#",
       "orm": "Full",
-      "platform": "NET",
+      "platform": ".NET",
       "flavor": "CoreCLR",
       "webserver": "None",
       "os": "Linux",
@@ -93,10 +93,10 @@
       "approach": "Realistic",
       "classification": "Micro",
       "database": "Postgres",
-      "framework": "aspnetcore",
+      "framework": "ASP.NET Core",
       "language": "C#",
       "orm": "Micro",
-      "platform": "NET",
+      "platform": ".NET",
       "flavor": "CoreCLR",
       "webserver": "None",
       "os": "Linux",
@@ -112,10 +112,10 @@
       "approach": "Realistic",
       "classification": "Fullstack",
       "database": "None",
-      "framework": "aspnetcore",
+      "framework": "ASP.NET Core",
       "language": "C#",
       "orm": "Raw",
-      "platform": "NET",
+      "platform": ".NET",
       "flavor": "CoreCLR",
       "webserver": "None",
       "os": "Linux",
@@ -131,10 +131,10 @@
       "approach": "Realistic",
       "classification": "Fullstack",
       "database": "None",
-      "framework": "aspnetcore",
+      "framework": "ASP.NET Core",
       "language": "C#",
       "orm": "Raw",
-      "platform": "NET",
+      "platform": ".NET",
       "flavor": "CoreCLR",
       "webserver": "None",
       "os": "Linux",
@@ -153,10 +153,10 @@
       "approach": "Realistic",
       "classification": "Fullstack",
       "database": "Postgres",
-      "framework": "aspnetcore",
+      "framework": "ASP.NET Core",
       "language": "C#",
       "orm": "Raw",
-      "platform": "NET",
+      "platform": ".NET",
       "flavor": "CoreCLR",
       "webserver": "None",
       "os": "Linux",
@@ -175,10 +175,10 @@
       "approach": "Realistic",
       "classification": "Fullstack",
       "database": "Postgres",
-      "framework": "aspnetcore",
+      "framework": "ASP.NET Core",
       "language": "C#",
       "orm": "Full",
-      "platform": "NET",
+      "platform": ".NET",
       "flavor": "CoreCLR",
       "webserver": "None",
       "os": "Linux",
@@ -197,10 +197,10 @@
       "approach": "Realistic",
       "classification": "Fullstack",
       "database": "Postgres",
-      "framework": "aspnetcore",
+      "framework": "ASP.NET Core",
       "language": "C#",
       "orm": "Micro",
-      "platform": "NET",
+      "platform": ".NET",
       "flavor": "CoreCLR",
       "webserver": "None",
       "os": "Linux",
@@ -217,10 +217,10 @@
       "approach": "Realistic",
       "classification": "Micro",
       "database": "None",
-      "framework": "aspnetcore",
+      "framework": "ASP.NET Core",
       "language": "C#",
       "orm": "Raw",
-      "platform": "NET",
+      "platform": ".NET",
       "flavor": "CoreCLR",
       "webserver": "None",
       "os": "Windows",
@@ -237,10 +237,10 @@
       "approach": "Realistic",
       "classification": "Fullstack",
       "database": "None",
-      "framework": "aspnetcore",
+      "framework": "ASP.NET Core",
       "language": "C#",
       "orm": "Raw",
-      "platform": "NET",
+      "platform": ".NET",
       "flavor": "CoreCLR",
       "webserver": "None",
       "os": "Windows",
@@ -257,10 +257,10 @@
       "approach": "Realistic",
       "classification": "Micro",
       "database": "None",
-      "framework": "aspnetcore",
+      "framework": "ASP.NET Core",
       "language": "C#",
       "orm": "Raw",
-      "platform": "NET",
+      "platform": ".NET",
       "flavor": "CoreCLR",
       "webserver": "None",
       "os": "Windows",
@@ -277,10 +277,10 @@
       "approach": "Realistic",
       "classification": "Fullstack",
       "database": "None",
-      "framework": "aspnetcore",
+      "framework": "ASP.NET Core",
       "language": "C#",
       "orm": "Raw",
-      "platform": "NET",
+      "platform": ".NET",
       "flavor": "CoreCLR",
       "webserver": "None",
       "os": "Windows",

+ 1 - 1
frameworks/PHP/slim/benchmark_config.json

@@ -62,7 +62,7 @@
       "classification": "Micro",
       "database": "MySQL",
       "framework": "slim",
-      "language": "PHP5",
+      "language": "PHP",
       "flavor": "PHP5",
       "orm": "Raw",
       "platform": "None",