This patch adds a new "extended" Falcon benchmark designed to really tax the framework. This will make it easier to perform A/B testing in order to guage the cost of using certain Falcon features. Includes: * A realistic number of routes for a cloud API * Setting complex response headers
4 lines
56 B
Python
4 lines
56 B
Python
"""Falcon benchmarks"""
|
|
|
|
from bench import main # NOQA
|