Browse Source

Update benchmark_configs attributes for pypy platforms

tfb 12 years ago
parent
commit
0c372823c8
4 changed files with 5 additions and 5 deletions
  1. 1 1
      bottle/benchmark_config
  2. 1 1
      falcon/benchmark_config
  3. 2 2
      flask/benchmark_config
  4. 1 1
      tornado/benchmark_config

+ 1 - 1
bottle/benchmark_config

@@ -62,7 +62,7 @@
       "framework": "bottle",
       "framework": "bottle",
       "language": "Python",
       "language": "Python",
       "orm": "Full",
       "orm": "Full",
-      "platform": "wsgi",
+      "platform": "pypy",
       "webserver": "Gunicorn",
       "webserver": "Gunicorn",
       "os": "Linux",
       "os": "Linux",
       "database_os": "Linux",
       "database_os": "Linux",

+ 1 - 1
falcon/benchmark_config

@@ -50,7 +50,7 @@
       "framework": "falcon",
       "framework": "falcon",
       "language": "Python",
       "language": "Python",
       "orm": "Raw",
       "orm": "Raw",
-      "platform": "wsgi",
+      "platform": "pypy",
       "webserver": "Gunicorn",
       "webserver": "Gunicorn",
       "os": "Linux",
       "os": "Linux",
       "database_os": "Linux",
       "database_os": "Linux",

+ 2 - 2
flask/benchmark_config

@@ -83,7 +83,7 @@
       "framework": "flask",
       "framework": "flask",
       "language": "Python",
       "language": "Python",
       "orm": "Full",
       "orm": "Full",
-      "platform": "wsgi",
+      "platform": "pypy",
       "webserver": "Unicorn",
       "webserver": "Unicorn",
       "os": "Linux",
       "os": "Linux",
       "database_os": "Linux",
       "database_os": "Linux",
@@ -104,7 +104,7 @@
       "framework": "flask",
       "framework": "flask",
       "language": "Python",
       "language": "Python",
       "orm": "Raw",
       "orm": "Raw",
-      "platform": "wsgi",
+      "platform": "pypy",
       "webserver": "Unicorn",
       "webserver": "Unicorn",
       "os": "Linux",
       "os": "Linux",
       "database_os": "Linux",
       "database_os": "Linux",

+ 1 - 1
tornado/benchmark_config

@@ -52,7 +52,7 @@
       "framework": "tornado",
       "framework": "tornado",
       "language": "Python",
       "language": "Python",
       "orm": "Raw",
       "orm": "Raw",
-      "platform": "Tornado",
+      "platform": "pypy",
       "webserver": "None",
       "webserver": "None",
       "os": "Linux",
       "os": "Linux",
       "database_os": "Linux",
       "database_os": "Linux",