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.
4 lines
69 B
Python
4 lines
69 B
Python
"""Falcon benchmarks"""
|
|
|
|
from falcon.bench.bench import main # NOQA
|