Skip to content

Commit 3e83cbc

Browse files
committed
[Python] FastAPI: Remove orjson-tests
Reason: using orjson provides a very small speedup compared to ujson (less than 1%)
1 parent c8db146 commit 3e83cbc

4 files changed

Lines changed: 0 additions & 94 deletions

File tree

frameworks/Python/fastapi/benchmark_config.json

Lines changed: 0 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -107,27 +107,6 @@
107107
"notes": "",
108108
"versus": "None"
109109
},
110-
"hypercorn-orjson": {
111-
"json_url": "/json",
112-
"db_url": "/db",
113-
"query_url": "/queries?queries=",
114-
"update_url": "/updates?queries=",
115-
"port": 8080,
116-
"approach": "Realistic",
117-
"classification": "Micro",
118-
"database": "Postgres",
119-
"framework": "FastAPI",
120-
"language": "Python",
121-
"flavor": "Python3",
122-
"orm": "Raw",
123-
"platform": "asyncio",
124-
"webserver": "Hypercorn",
125-
"os": "Linux",
126-
"database_os": "Linux",
127-
"display_name": "FastAPI-hypercorn-orjson",
128-
"notes": "",
129-
"versus": "None"
130-
},
131110
"nginx": {
132111
"json_url": "/json",
133112
"fortune_url": "/fortunes",

frameworks/Python/fastapi/config.toml

Lines changed: 0 additions & 37 deletions
Original file line numberDiff line numberDiff line change
@@ -78,25 +78,6 @@ platform = "None"
7878
webserver = "Hypercorn"
7979
versus = "None"
8080

81-
82-
[hypercorn-orjson]
83-
urls.plaintext = "/plaintext"
84-
urls.json = "/json"
85-
urls.db = "/db"
86-
urls.query = "/queries?queries="
87-
urls.update = "/updates?queries="
88-
urls.fortune = "/fortunes"
89-
approach = "Realistic"
90-
classification = "Micro"
91-
database = "Postgres"
92-
database_os = "Linux"
93-
os = "Linux"
94-
orm = "Raw"
95-
platform = "None"
96-
webserver = "Hypercorn"
97-
versus = "None"
98-
99-
10081
[nginx]
10182
urls.plaintext = "/plaintext"
10283
urls.json = "/json"
@@ -114,7 +95,6 @@ platform = "None"
11495
webserver = "nginx"
11596
versus = "None"
11697

117-
11898
[uvicorn]
11999
urls.plaintext = "/plaintext"
120100
urls.json = "/json"
@@ -131,20 +111,3 @@ orm = "Raw"
131111
platform = "None"
132112
webserver = "uvicorn"
133113
versus = "None"
134-
135-
[uvicorn-orjson]
136-
urls.plaintext = "/plaintext"
137-
urls.json = "/json"
138-
urls.db = "/db"
139-
urls.query = "/queries?queries="
140-
urls.update = "/updates?queries="
141-
urls.fortune = "/fortunes"
142-
approach = "Realistic"
143-
classification = "Micro"
144-
database = "Postgres"
145-
database_os = "Linux"
146-
os = "Linux"
147-
orm = "Raw"
148-
platform = "None"
149-
webserver = "uvicorn"
150-
versus = "None"

frameworks/Python/fastapi/fastapi-hypercorn-orjson.dockerfile

Lines changed: 0 additions & 18 deletions
This file was deleted.

frameworks/Python/fastapi/fastapi-uvicorn-orjson.dockerfile

Lines changed: 0 additions & 18 deletions
This file was deleted.

0 commit comments

Comments
 (0)