Browse Source

Adjusting some names to align with pre-existing attribute options

Brian Hauer 11 years ago
parent
commit
c9334d2486
1 changed files with 4 additions and 4 deletions
  1. 4 4
      pyramid/benchmark_config

+ 4 - 4
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",