Browse Source

896 removed tornado option

Running the pypy test for flask with
the tornado option causes it to fail.
James Yen 11 years ago
parent
commit
5e48016752
2 changed files with 1 additions and 2 deletions
  1. 0 1
      flask/setup_pypy.py
  2. 1 1
      tornado/benchmark_config

+ 0 - 1
flask/setup_pypy.py

@@ -15,7 +15,6 @@ def start(args, logfile, errfile):
     proc = subprocess.Popen([
     proc = subprocess.Popen([
         bin_dir + "/gunicorn",
         bin_dir + "/gunicorn",
         "app:app",
         "app:app",
-        '-k', 'tornado',
         "-b", "0.0.0.0:8080",
         "-b", "0.0.0.0:8080",
         '-w', str(NCPU*3),
         '-w', str(NCPU*3),
         "--log-level=critical"],
         "--log-level=critical"],

+ 1 - 1
tornado/benchmark_config

@@ -63,6 +63,6 @@
       "display_name": "tornado-py3",
       "display_name": "tornado-py3",
       "notes": "CPython 3.3",
       "notes": "CPython 3.3",
       "versus": ""
       "versus": ""
-    },
+    }
   }]
   }]
 }
 }