Browse Source

Adding framework name as per issue 6466 (#6962)

* Adding framework name as per issue 6466

According to issue #6466, the framework name should be unique to show up in the composite scores

* Repository should be lower case

Resulted in failed build error with capitalization
LLT21 3 years ago
parent
commit
20e4a939b7
1 changed files with 3 additions and 3 deletions
  1. 3 3
      frameworks/CSharp/appmpower/benchmark_config.json

+ 3 - 3
frameworks/CSharp/appmpower/benchmark_config.json

@@ -9,7 +9,7 @@
         "approach": "Realistic",
         "approach": "Realistic",
         "classification": "Platform",
         "classification": "Platform",
         "database": "None",
         "database": "None",
-        "framework": "ASP.NET Core",
+        "framework": "appmpower",
         "language": "C#",
         "language": "C#",
         "orm": "Raw",
         "orm": "Raw",
         "platform": ".NET",
         "platform": ".NET",
@@ -31,7 +31,7 @@
         "approach": "Realistic",
         "approach": "Realistic",
         "classification": "Platform",
         "classification": "Platform",
         "database": "Postgres",
         "database": "Postgres",
-        "framework": "ASP.NET Core",
+        "framework": "appmpower",
         "language": "C#",
         "language": "C#",
         "orm": "Raw",
         "orm": "Raw",
         "platform": ".NET",
         "platform": ".NET",
@@ -53,7 +53,7 @@
         "approach": "Realistic",
         "approach": "Realistic",
         "classification": "Platform",
         "classification": "Platform",
         "database": "MySQL",
         "database": "MySQL",
-        "framework": "ASP.NET Core",
+        "framework": "appmpower",
         "language": "C#",
         "language": "C#",
         "orm": "Raw",
         "orm": "Raw",
         "platform": ".NET",
         "platform": ".NET",