Skip to content

Commit c9334d2

Browse files
author
Brian Hauer
committed
Adjusting some names to align with pre-existing attribute options
1 parent 6dc3778 commit c9334d2

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

pyramid/benchmark_config

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -12,12 +12,12 @@
1212
"port": 6543,
1313
"approach": "Realistic",
1414
"classification": "Fullstack",
15-
"database": "PostgreSQL",
15+
"database": "Postgres",
1616
"framework": "Pyramid",
1717
"language": "Python",
1818
"orm": "Full",
1919
"platform": "wsgi",
20-
"webserver": "gunicorn",
20+
"webserver": "Gunicorn",
2121
"os": "Linux",
2222
"database_os": "Linux",
2323
"display_name": "pyramid-py2",
@@ -35,12 +35,12 @@
3535
"port": 6543,
3636
"approach": "Realistic",
3737
"classification": "Fullstack",
38-
"database": "PostgreSQL",
38+
"database": "Postgres",
3939
"framework": "Pyramid",
4040
"language": "Python",
4141
"orm": "Full",
4242
"platform": "wsgi",
43-
"webserver": "gunicorn",
43+
"webserver": "Gunicorn",
4444
"os": "Linux",
4545
"database_os": "Linux",
4646
"display_name": "pyramid-py3",

0 commit comments

Comments
 (0)