Эх сурвалжийг харах

Update benchmark_configs attributes for pypy platforms

tfb 12 жил өмнө
parent
commit
0c372823c8

+ 1 - 1
bottle/benchmark_config

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

+ 1 - 1
falcon/benchmark_config

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

+ 2 - 2
flask/benchmark_config

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

+ 1 - 1
tornado/benchmark_config

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