Răsfoiți Sursa

change config versus property (#4926)

* 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

* Update README.md

* Update README.md

* change versus property
Henry 6 ani în urmă
părinte
comite
fdf0a49143

+ 9 - 4
frameworks/CSharp/beetlex/README.md

@@ -1,5 +1,7 @@
-# FastHttpApi Tests on Linux and windows
-This includes tests for plaintext and json serialization.
+# [BeetleX.FastHttpApi](https://github.com/IKende/)(.Net) Benchmarking Test
+This includes tests for plaintext, json, db, queries and fortune.
+
+[`BeetleX`](https://github.com/IKende/) is a fast tcp components for .net
 
 ## Infrastructure Software Versions
 
@@ -13,13 +15,16 @@ This includes tests for plaintext and json serialization.
 
 **Web Servers**
 
-* [FastHttpApi](https://github.com/IKende/FastHttpApi)
+* [BeetleX.FastHttpApi](https://github.com/IKende/FastHttpApi)
 
 **Web Stack**
 
-* [FastHttpApi](https://github.com/IKende/FastHttpApi)
+* [BeetleX](https://github.com/IKende/Beetlex)
 
 ## Paths & Source for Tests
 
 * [Plaintext](Benchmarks/Program.cs): "/plaintext"
 * [JSON Serialization](Benchmarks/Program.cs): "/json"
+* [Single query](Benchmarks/Program.cs): "/db"
+* [Multiple query](Benchmarks/Program.cs): "/queries"
+* [Fortune](Benchmarks/Program.cs): "/fortune"

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

@@ -20,9 +20,9 @@
         "webserver": "beetlex",
         "os": "Linux",
         "database_os": "Linux",
-        "display_name": "beetlex webapi",
+        "display_name": "beetlex",
         "notes": "",
-        "versus": "beetlex"
+        "versus": "aspcore-mvc"
       },
       "core": {
         "fortune_url": "/fortunes",
@@ -42,9 +42,9 @@
         "webserver": "beetlex",
         "os": "Linux",
         "database_os": "Linux",
-        "display_name": "beetlex core",
+        "display_name": "beetlex-core",
         "notes": "",
-        "versus": "beetlex-core"
+        "versus": "aspcore"
       }
     }
   ]