From c9334d2486be8324fa58e0711edad3904abd527d Mon Sep 17 00:00:00 2001 From: Brian Hauer Date: Mon, 9 Dec 2013 07:39:55 -0800 Subject: [PATCH] Adjusting some names to align with pre-existing attribute options --- pyramid/benchmark_config | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) 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",