Browse Source

update benchmark config (#4910)

* docker add COMPlus_ReadyToRun variable
update beetlex

* update beetlex, enabled thread queue

* beetlex framework add db and queries cases

* add db code

* change result json data

* update query url

* beetlex framework add fortunes cases

* change Content-Type

* add beetlex core cases

* fix queries cases

* update config

* change try readline

* update benchmark config
Henry 6 years ago
parent
commit
e740d8e2a4
1 changed files with 3 additions and 3 deletions
  1. 3 3
      frameworks/CSharp/beetlex/benchmark_config.json

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

@@ -10,7 +10,7 @@
         "query_url": "/queries?queries=",
         "query_url": "/queries?queries=",
         "port": 8080,
         "port": 8080,
         "approach": "Realistic",
         "approach": "Realistic",
-        "classification": "Micro",
+        "classification": "Fullstack",
         "database": "Postgres",
         "database": "Postgres",
         "framework": "beetlex",
         "framework": "beetlex",
         "language": "C#",
         "language": "C#",
@@ -32,7 +32,7 @@
         "query_url": "/queries?queries=",
         "query_url": "/queries?queries=",
         "port": 8080,
         "port": 8080,
         "approach": "Realistic",
         "approach": "Realistic",
-        "classification": "Micro",
+        "classification": "Platform",
         "database": "Postgres",
         "database": "Postgres",
         "framework": "beetlex",
         "framework": "beetlex",
         "language": "C#",
         "language": "C#",
@@ -44,7 +44,7 @@
         "database_os": "Linux",
         "database_os": "Linux",
         "display_name": "beetlex core",
         "display_name": "beetlex core",
         "notes": "",
         "notes": "",
-        "versus": "beetlex"
+        "versus": "beetlex-core"
       }
       }
     }
     }
   ]
   ]