Эх сурвалжийг харах

[Python] Change display name for socketify.py to default be CPython and PyPy3 explicit (#8058)

* Added a benchmark test for the socketify.py Python/PyPy web framework

* removed alpine docker

* updated readme.md

* No need to manually add Date header anymore on Socketify.py

* updated socketify.py benchmark to use object factories to increase performance

* add object factory to app-python3.py in socketify

* [Python] Update socketify.py with ASGI and SSGI, add Falcon ASGI SSGI with socketify.py

* fix merge erros

* remove \n from plaintext in socketify.py-wsgi plaintext

* change display names on socketify
Ciro Spaciari 2 жил өмнө
parent
commit
8b3b733203

+ 6 - 6
frameworks/Python/socketify.py/benchmark_config.json

@@ -16,7 +16,7 @@
             "webserver": "socketify.py",
             "os": "Linux",
             "database_os": "Linux",
-            "display_name": "socketify.py",
+            "display_name": "socketify.py [PyPy3]",
             "notes": ""
         },
         "python3": {
@@ -34,7 +34,7 @@
             "webserver": "socketify.py-python3",
             "os": "Linux",
             "database_os": "Linux",
-            "display_name": "socketify.py [Python3]",
+            "display_name": "socketify.py",
             "notes": ""
         },
         "asgi": {
@@ -52,7 +52,7 @@
             "webserver": "socketify.py-asgi",
             "os": "Linux",
             "database_os": "Linux",
-            "display_name": "socketify.py [ASGI]",
+            "display_name": "socketify.py [ASGI PyPy3]",
             "notes": ""
         },
         "asgi-python3": {
@@ -70,7 +70,7 @@
             "webserver": "socketify.py-asgi",
             "os": "Linux",
             "database_os": "Linux",
-            "display_name": "socketify.py [ASGI Python3]",
+            "display_name": "socketify.py [ASGI]",
             "notes": ""
         },
         "wsgi": {
@@ -88,7 +88,7 @@
             "webserver": "socketify.py-wsgi",
             "os": "Linux",
             "database_os": "Linux",
-            "display_name": "socketify.py [WSGI]",
+            "display_name": "socketify.py [WSGI PyPy3]",
             "notes": ""
         },
         "wsgi-python3": {
@@ -106,7 +106,7 @@
             "webserver": "socketify.py-wsgi",
             "os": "Linux",
             "database_os": "Linux",
-            "display_name": "socketify.py [WSGI Python3]",
+            "display_name": "socketify.py [WSGI]",
             "notes": ""
         }
     }]