|
@@ -2,6 +2,24 @@
|
|
|
|
|
|
Single file test, [app.py](app.py)
|
|
|
|
|
|
+## Description
|
|
|
+
|
|
|
+Flask + Flask-SQLAlchemy
|
|
|
+
|
|
|
+### Interpreter
|
|
|
+
|
|
|
+* CPython 2.7.4
|
|
|
+* PyPy 2.0
|
|
|
+
|
|
|
+### Database
|
|
|
+
|
|
|
+MySQL (MySQL-python on CPython, PyMySQL on PyPy)
|
|
|
+
|
|
|
+### Server
|
|
|
+
|
|
|
+* gunicorn+meinheld on CPython
|
|
|
+* Tornado on PyPy
|
|
|
+
|
|
|
|
|
|
## Test URLs
|
|
|
### JSON Encoding
|
|
@@ -22,4 +40,4 @@ With ORM:
|
|
|
http://localhost:8080/db?queries=2
|
|
|
|
|
|
Without ORM (raw):
|
|
|
- http://localhost:8080/dbraw?queries=2
|
|
|
+ http://localhost:8080/dbraw?queries=2
|