We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 93c3854 commit 5b7c9d3Copy full SHA for 5b7c9d3
frameworks/Python/aiohttp/benchmark_config.json
@@ -2,10 +2,12 @@
2
"framework": "aiohttp",
3
"tests": [{
4
"default": {
5
+ "json_url": "/json",
6
"db_url": "/db",
7
"query_url": "/queries/",
8
"fortune_url": "/fortunes",
9
"update_url": "/updates/",
10
+ "plaintext_url": "/plaintext",
11
"port": 8080,
12
"approach": "Realistic",
13
"classification": "Micro",
@@ -22,12 +24,10 @@
22
24
"notes": "uses asyncpg for database access"
23
25
},
26
"orm": {
- "json_url": "/json",
27
28
29
30
- "plaintext_url": "/plaintext",
31
32
33
0 commit comments