Skip to content

Commit 5b7c9d3

Browse files
Update benchmark_config.json
1 parent 93c3854 commit 5b7c9d3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

frameworks/Python/aiohttp/benchmark_config.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,12 @@
22
"framework": "aiohttp",
33
"tests": [{
44
"default": {
5+
"json_url": "/json",
56
"db_url": "/db",
67
"query_url": "/queries/",
78
"fortune_url": "/fortunes",
89
"update_url": "/updates/",
10+
"plaintext_url": "/plaintext",
911
"port": 8080,
1012
"approach": "Realistic",
1113
"classification": "Micro",
@@ -22,12 +24,10 @@
2224
"notes": "uses asyncpg for database access"
2325
},
2426
"orm": {
25-
"json_url": "/json",
2627
"db_url": "/db",
2728
"query_url": "/queries/",
2829
"fortune_url": "/fortunes",
2930
"update_url": "/updates/",
30-
"plaintext_url": "/plaintext",
3131
"port": 8080,
3232
"approach": "Realistic",
3333
"classification": "Micro",

0 commit comments

Comments
 (0)