Skip to content

Commit 0cbe6e5

Browse files
Update benchmark_config.json
1 parent 690f7c6 commit 0cbe6e5

File tree

1 file changed

+25
-1
lines changed

1 file changed

+25
-1
lines changed

frameworks/Python/aiohttp/benchmark_config.json

Lines changed: 25 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,29 @@
2323
"display_name": "aiohttp",
2424
"notes": "uses asyncpg for database access"
2525
},
26+
"pypy": {
27+
"json_url": "/json",
28+
"db_url": "/db",
29+
"query_url": "/queries/",
30+
"fortune_url": "/fortunes",
31+
"update_url": "/updates/",
32+
"plaintext_url": "/plaintext",
33+
"port": 8080,
34+
"approach": "Realistic",
35+
"classification": "Micro",
36+
"database": "Postgres",
37+
"framework": "aiohttp",
38+
"language": "Python",
39+
"flavor": "Pypy3",
40+
"orm": "Raw",
41+
"platform": "asyncio",
42+
"webserver": "None",
43+
"os": "Linux",
44+
"database_os": "Linux",
45+
"display_name": "aiohttp-pypy",
46+
"notes": "uses Pypy instead of CPython",
47+
"versus": "default"
48+
},
2649
"nginx": {
2750
"json_url": "/json",
2851
"db_url": "/db",
@@ -43,7 +66,8 @@
4366
"os": "Linux",
4467
"database_os": "Linux",
4568
"display_name": "aiohttp-nginx",
46-
"notes": "uses nginx as proxy"
69+
"notes": "uses nginx as proxy",
70+
"versus": "default"
4771
},
4872
"gunicorn": {
4973
"json_url": "/json",

0 commit comments

Comments
 (0)