Browse Source

bottle: Update benchmark_config

INADA Naoki 11 years ago
parent
commit
7f7e75171b
1 changed files with 16 additions and 16 deletions
  1. 16 16
      bottle/benchmark_config

+ 16 - 16
bottle/benchmark_config

@@ -16,12 +16,12 @@
       "framework": "bottle",
       "language": "Python",
       "orm": "Full",
-      "platform": "wsgi",
-      "webserver": "Gunicorn",
+      "platform": "Gunicorn/Meinheld",
+      "webserver": "None",
       "os": "Linux",
       "database_os": "Linux",
       "display_name": "bottle",
-      "notes": "",
+      "notes": "CPython 2.7",
       "versus": "wsgi"
     },
     "py3": {
@@ -39,12 +39,12 @@
       "framework": "bottle",
       "language": "Python",
       "orm": "Full",
-      "platform": "wsgi",
-      "webserver": "Gunicorn",
+      "platform": "Gunicorn/Meinheld",
+      "webserver": "None",
       "os": "Linux",
       "database_os": "Linux",
       "display_name": "bottle-py3",
-      "notes": "",
+      "notes": "CPython 3.3",
       "versus": "wsgi"
     },
     "pypy": {
@@ -62,12 +62,12 @@
       "framework": "bottle",
       "language": "Python",
       "orm": "Full",
-      "platform": "pypy",
-      "webserver": "Gunicorn",
+      "platform": "Gunicorn/Tornado",
+      "webserver": "None",
       "os": "Linux",
       "database_os": "Linux",
       "display_name": "bottle-pypy",
-      "notes": "",
+      "notes": "PyPy 2.2",
       "versus": "wsgi"
     },
     "mysql-raw": {
@@ -83,12 +83,12 @@
       "framework": "bottle",
       "language": "Python",
       "orm": "Raw",
-      "platform": "wsgi",
-      "webserver": "Gunicorn",
+      "platform": "Gunicorn/Meinheld",
+      "webserver": "None",
       "os": "Linux",
       "database_os": "Linux",
       "display_name": "bottle-raw",
-      "notes": "",
+      "notes": "CPython 2.7",
       "versus": "wsgi"
     },
     "nginx-uwsgi": {
@@ -106,12 +106,12 @@
       "framework": "bottle",
       "language": "Python",
       "orm": "Full",
-      "platform": "wsgi",
-      "webserver": "nginx-uWSGI",
+      "platform": "uWSGI",
+      "webserver": "nginx",
       "os": "Linux",
       "database_os": "Linux",
-      "display_name": "bottle-nginx-uWSGI",
-      "notes": "",
+      "display_name": "bottle-uWSGI",
+      "notes": "CPython 2.7",
       "versus": "wsgi"
     }
   }]