Browse Source

Fix display name for Ben (#6461)

Resolves https://github.com/TechEmpower/FrameworkBenchmarks/issues/6458
Ben Adams 4 years ago
parent
commit
1d1f1aca40
1 changed files with 2 additions and 2 deletions
  1. 2 2
      frameworks/CSharp/ben/benchmark_config.json

+ 2 - 2
frameworks/CSharp/ben/benchmark_config.json

@@ -10,7 +10,7 @@
       "approach": "Realistic",
       "approach": "Realistic",
       "classification": "Micro",
       "classification": "Micro",
       "database": "Postgres",
       "database": "Postgres",
-      "framework": "ASP.NET Core",
+      "framework": "Ben",
       "language": "C#",
       "language": "C#",
       "orm": "micro",
       "orm": "micro",
       "platform": ".NET",
       "platform": ".NET",
@@ -18,7 +18,7 @@
       "webserver": "Kestrel",
       "webserver": "Kestrel",
       "os": "Linux",
       "os": "Linux",
       "database_os": "Linux",
       "database_os": "Linux",
-      "display_name": "ASP.NET Core",
+      "display_name": "Ben",
       "notes": "",
       "notes": "",
       "versus": "aspcore"
       "versus": "aspcore"
     }
     }