Back to Frameworkbenchmarks

pyvoy Benchmark Test

frameworks/Python/pyvoy/README.md

31.1 KB
Original Source

pyvoy Benchmark Test

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

The information below is specific to pyvoy. For further guidance, review the documentation.

Also note that there is additional information provided in the Python README.

Description

pyvoy is Python application server built on Envoy.

Test Paths & Source

pyvoy includes three different implementations:

ASGI implementation includes the following tests:

  • JSON Serialization: "/json"
  • Plaintext: "/plaintext"
  • Single Database Query: "/db"
  • Multiple Database Queries: "queries?queries=#"
  • Fortunes: "/fortunes"
  • Database Updates: "updates?queries=#"

while WSGI implementation only include JSON Serialization and Plaintext tests.

Replace # with an actual number.

Resources