INADA Naoki b251e65ecb falcon: Update requirements il y a 9 ans
..
README.md 3f8c96fb76 Update all python readmes, Add readme if missing il y a 10 ans
app.py fbcdb3118a Name python properly il y a 11 ans
benchmark_config.json 2ee1133c4e Add .json to benchmark_config, Resolve TechEmpower/FrameworkBenchmarks#1095 il y a 10 ans
gunicorn_conf.py 28cf9580aa python: Use virtualenv to isolate tests. il y a 11 ans
requirements-pypy.txt b251e65ecb falcon: Update requirements il y a 9 ans
requirements.txt b251e65ecb falcon: Update requirements il y a 9 ans
setup.sh 75c850c671 Fixed SOOOO many things il y a 10 ans
setup_py3.sh f8c127a412 Upgrade to Python 3.5.1 and adapt setup_py3.sh for pip3 command il y a 9 ans
setup_pypy.sh 75c850c671 Fixed SOOOO many things il y a 10 ans

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.