Skip to content

Commit 19a8a9c

Browse files
samuelcolvinNateBrady23
authored andcommitted
correct naming of api-hour (#2702)
1 parent 2656fdd commit 19a8a9c

File tree

1 file changed

+17
-17
lines changed

1 file changed

+17
-17
lines changed

frameworks/Python/api_hour/benchmark_config.json

Lines changed: 17 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -13,16 +13,16 @@
1313
"approach": "Realistic",
1414
"classification": "Micro",
1515
"database": "Postgres",
16-
"framework": "aiohttp.web",
16+
"framework": "api_hour",
1717
"language": "Python",
1818
"flavor": "Python3",
1919
"orm": "Raw",
20-
"platform": "API-Hour",
20+
"platform": "asyncio",
2121
"webserver": "Gunicorn",
2222
"os": "Linux",
2323
"database_os": "Linux",
24-
"display_name": "Asyncio",
25-
"notes": "Python 3 + API-Hour + AsyncIO + aiohttp.web + PostgreSQL"
24+
"display_name": "API-Hour-PG",
25+
"notes": "Python 3 + API-Hour + AsyncIO + aiohttp + PostgreSQL"
2626
},
2727
"mysql": {
2828
"setup_file": "aiohttp.web/setup-mysql",
@@ -34,16 +34,16 @@
3434
"approach": "Realistic",
3535
"classification": "Micro",
3636
"database": "MySQL",
37-
"framework": "aiohttp.web",
37+
"framework": "api_hour",
3838
"language": "Python",
3939
"flavor": "Python3",
4040
"orm": "Raw",
41-
"platform": "API-Hour",
41+
"platform": "asyncio",
4242
"webserver": "Gunicorn",
4343
"os": "Linux",
4444
"database_os": "Linux",
45-
"display_name": "Asyncio",
46-
"notes": "Python 3 + API-Hour + AsyncIO + aiohttp.web + MySQL"
45+
"display_name": "API-Hour-MySQL",
46+
"notes": "Python 3 + API-Hour + AsyncIO + aiohttp + MySQL"
4747
},
4848
"json": {
4949
"setup_file": "yocto_http/setup",
@@ -52,15 +52,15 @@
5252
"approach": "Stripped",
5353
"classification": "Platform",
5454
"database": "None",
55-
"framework": "AsyncIO",
55+
"framework": "api_hour",
5656
"language": "Python",
5757
"flavor": "Python3",
5858
"orm": "Raw",
59-
"platform": "API-Hour",
59+
"platform": "asyncio",
6060
"webserver": "Gunicorn",
6161
"os": "Linux",
6262
"database_os": "Linux",
63-
"display_name": "Asyncio",
63+
"display_name": "API-Hour-yocto",
6464
"notes": "Python 3 + API-Hour + AsyncIO"
6565
},
6666
"dbs": {
@@ -72,15 +72,15 @@
7272
"approach": "Stripped",
7373
"classification": "Platform",
7474
"database": "None",
75-
"framework": "AsyncIO",
75+
"framework": "api_hour",
7676
"language": "Python",
7777
"flavor": "Python3",
7878
"orm": "Raw",
79-
"platform": "API-Hour",
79+
"platform": "asyncio",
8080
"webserver": "Gunicorn",
8181
"os": "Linux",
8282
"database_os": "Linux",
83-
"display_name": "Asyncio",
83+
"display_name": "API-Hour-yocto",
8484
"notes": "Python 3 + API-Hour + AsyncIO"
8585
},
8686
"plaintext": {
@@ -90,15 +90,15 @@
9090
"approach": "Stripped",
9191
"classification": "Platform",
9292
"database": "None",
93-
"framework": "AsyncIO",
93+
"framework": "api_hour",
9494
"language": "Python",
9595
"flavor": "Python3",
9696
"orm": "Raw",
97-
"platform": "API-Hour",
97+
"platform": "asyncio",
9898
"webserver": "Gunicorn",
9999
"os": "Linux",
100100
"database_os": "Linux",
101-
"display_name": "Asyncio",
101+
"display_name": "API-Hour-yocto",
102102
"notes": "Python 3 + API-Hour + AsyncIO"
103103
}
104104
}]

0 commit comments

Comments
 (0)