Browse Source

fixing language to be C# (#5650)

Ian Johnson 5 years ago
parent
commit
5d5acb3343
1 changed files with 2 additions and 2 deletions
  1. 2 2
      frameworks/CSharp/easyrpc/benchmark_config.json

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

@@ -10,8 +10,8 @@
         "classification": "Fullstack",
         "classification": "Fullstack",
         "database": "postgres",
         "database": "postgres",
         "framework": "EasyRpc",
         "framework": "EasyRpc",
-        "language": "CSharp",
-        "flavor": "None",
+        "language": "C#",
+        "flavor": "CoreCLR",
         "orm": "Raw",
         "orm": "Raw",
         "platform": ".Net",
         "platform": ".Net",
         "webserver": "Kestrel",
         "webserver": "Kestrel",