Skip to content
This repository was archived by the owner on Mar 24, 2026. It is now read-only.

Commit cefee4e

Browse files
authored
[python/fastapi] Remove duplicate json and plaintext tests (#10648)
The plaintext and json test for gunicorn-orm are the same as the default.
1 parent 9553ab6 commit cefee4e

5 files changed

Lines changed: 0 additions & 2 deletions

File tree

frameworks/Python/fastapi/README.md

100755100644
File mode changed.

frameworks/Python/fastapi/app-socketify-asgi.py

100755100644
File mode changed.

frameworks/Python/fastapi/app.py

100755100644
File mode changed.

frameworks/Python/fastapi/app_orm.py

100755100644
File mode changed.

frameworks/Python/fastapi/benchmark_config.json

100755100644
Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -64,9 +64,7 @@
6464
"versus": "None"
6565
},
6666
"gunicorn-orm": {
67-
"json_url": "/json",
6867
"fortune_url": "/fortunes",
69-
"plaintext_url": "/plaintext",
7068
"db_url": "/db",
7169
"query_url": "/queries?queries=",
7270
"update_url": "/updates?queries=",

0 commit comments

Comments
 (0)