Nate 14fed64a25 Docker python (#3406) 7 năm trước cách đây
..
README.md 3f8c96fb76 Update all python readmes, Add readme if missing 10 năm trước cách đây
app.py fbcdb3118a Name python properly 11 năm trước cách đây
benchmark_config.json 14fed64a25 Docker python (#3406) 7 năm trước cách đây
falcon-py3.dockerfile 14fed64a25 Docker python (#3406) 7 năm trước cách đây
falcon-pypy2.dockerfile 14fed64a25 Docker python (#3406) 7 năm trước cách đây
falcon.dockerfile 14fed64a25 Docker python (#3406) 7 năm trước cách đây
gunicorn_conf.py 28cf9580aa python: Use virtualenv to isolate tests. 11 năm trước cách đây
requirements-pypy.lock 8d4060677a Update python and some frameworks. (#3245) 7 năm trước cách đây
requirements-pypy.txt 8d4060677a Update python and some frameworks. (#3245) 7 năm trước cách đây
requirements.lock 8d4060677a Update python and some frameworks. (#3245) 7 năm trước cách đây
requirements.txt 8d4060677a Update python and some frameworks. (#3245) 7 năm trước cách đây

README.md

Falcon Benchmark Test (ported from Flask example)

This is the Falcon portion of a benchmarking tests suite comparing a variety of web development platforms.

The information below is specific to Falcon. For further guidance, review the documentation. Also note that there is additional information provided in the Python README.

Description

Falcon API framework (http://falconframework.org)

Infrastructure Software

Server

  • gunicorn+meinheld on CPython
  • Tornado on PyPy

Test Paths & Sources

All of the test implementations are located within a single file (app.py).

  • JSON Serialization: "/json"
  • Single Database Query: N/A
  • Multiple Database Queries: N/A
  • Fortunes: N/A
  • Database Updates: N/A
  • Plaintext: "/plaintext"

Get Help

Resources

Community

  • #falconframework IRC Channel (irc.freenode.net)
  • Subscribe to email list by emailing falcon[at]librelist.com and following the instructions in the reply.