Files
deb-python-falcon/falcon/bench/__init__.py
kgriffs ff4c73c314 perf: Custom uri.decode function
This patch replaces urllib.unquote_plus with code that is tuned for
performance, and is more robust when it comes to decoding non-ASCII
characters.
2014-01-13 23:45:19 -06:00

4 lines
69 B
Python

"""Falcon benchmarks"""
from falcon.bench.bench import main # NOQA