Browse Source

[Python] FastWSGI: disable plaintext test (#8213)

Oleg S 2 years ago
parent
commit
a6a468dbd6

+ 2 - 2
frameworks/Python/fastwsgi/benchmark_config.json

@@ -22,7 +22,6 @@
         },
         "asgi": {
             "json_url": "/json",
-            "plaintext_url": "/plaintext",
             "db_url": "/db",
             "query_url": "/queries?queries=",
             "update_url": "/updates?queries=",
@@ -41,7 +40,8 @@
             "os": "Linux",
             "database_os": "Linux",
             "display_name": "FastWSGI [ASGI]",
-            "notes": ""
+            "notes": "",
+            "versus": "uvicorn"
         }
     }]
 }

+ 1 - 2
frameworks/Python/fastwsgi/config.toml

@@ -16,7 +16,6 @@ versus = "wsgi"
 
 [asgi]
 urls.json = "/json"
-urls.plaintext = "/plaintext"
 urls.db = "/db"
 urls.query = "/queries?queries="
 urls.update = "/updates?queries="
@@ -30,4 +29,4 @@ os = "Linux"
 orm = "Raw"
 platform = "ASGI"
 webserver = "FastWSGI"
-versus = "None"
+versus = "uvicorn"

+ 1 - 1
frameworks/Python/fastwsgi/requirements.txt

@@ -1,7 +1,7 @@
 click==8.0.1
 ujson==5.7.0
 #fastwsgi==0.0.9
-git+https://github.com/remittor-pr/fastwsgi.git@6093fceaac44ffdfaffd577dd2b04ad4a4c6e3bf
+git+https://github.com/jamesroberts/fastwsgi.git@5572bb31b859d690be225707b9e7e25af397544b
 asyncpg==0.27.0
 Jinja2==3.1.2
 cachetools==5.3.0