diff --git a/pyramid/benchmark_config b/pyramid/benchmark_config index ee27cc1534f..0a9c33c7523 100644 --- a/pyramid/benchmark_config +++ b/pyramid/benchmark_config @@ -12,12 +12,12 @@ "port": 6543, "approach": "Realistic", "classification": "Fullstack", - "database": "PostgreSQL", + "database": "Postgres", "framework": "Pyramid", "language": "Python", "orm": "Full", "platform": "wsgi", - "webserver": "gunicorn", + "webserver": "Gunicorn", "os": "Linux", "database_os": "Linux", "display_name": "pyramid-py2", @@ -35,12 +35,12 @@ "port": 6543, "approach": "Realistic", "classification": "Fullstack", - "database": "PostgreSQL", + "database": "Postgres", "framework": "Pyramid", "language": "Python", "orm": "Full", "platform": "wsgi", - "webserver": "gunicorn", + "webserver": "Gunicorn", "os": "Linux", "database_os": "Linux", "display_name": "pyramid-py3",