소스 검색

[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 년 전
부모
커밋
8b3b733203
1개의 변경된 파일6개의 추가작업 그리고 6개의 파일을 삭제
  1. 6 6
      frameworks/Python/socketify.py/benchmark_config.json

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

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