Nate 0096f84ee9 Config for the new toolset (#6259) 4 жил өмнө
..
README.md 4322cacaef Update documentation links (#4541) 6 жил өмнө
app.py eb67470bd1 Make HTTP header verification more strict (#3643) 7 жил өмнө
benchmark_config.json 14fed64a25 Docker python (#3406) 7 жил өмнө
config.toml 0096f84ee9 Config for the new toolset (#6259) 4 жил өмнө
falcon-py3.dockerfile 0096f84ee9 Config for the new toolset (#6259) 4 жил өмнө
falcon-pypy2.dockerfile 0096f84ee9 Config for the new toolset (#6259) 4 жил өмнө
falcon.dockerfile 0096f84ee9 Config for the new toolset (#6259) 4 жил өмнө
gunicorn_conf.py 28cf9580aa python: Use virtualenv to isolate tests. 11 жил өмнө
requirements-pypy.txt bf40a74a01 Updated and aligned common python frameworks' components (#3983) 7 жил өмнө
requirements.txt bf40a74a01 Updated and aligned common python frameworks' components (#3983) 7 жил өмнө

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.