From 8b1fbfd16dc0f5927a17a3e8a79c60080b054d6d Mon Sep 17 00:00:00 2001 From: Kenneth Reitz Date: Sat, 13 Oct 2018 08:24:08 -0400 Subject: [PATCH] better --- README.md | 2 +- docs/source/index.rst | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index c9df12c..8b8b704 100644 --- a/README.md +++ b/README.md @@ -139,7 +139,7 @@ Or, install from the development branch: Only **Python 3.6+** is supported. -# Performance +# Web Service Performance Charecteristics The objective of these benchmark tests is not testing deployment (like uwsgi vs gunicorn vs uvicorn etc) but instead test the performance of python-response against other popular Python web frameworks. ### Methodology diff --git a/docs/source/index.rst b/docs/source/index.rst index b083207..5a85ad6 100644 --- a/docs/source/index.rst +++ b/docs/source/index.rst @@ -177,8 +177,8 @@ Only **Python 3.6+** is supported. -Performance ------------ +Web Service Performance Charecteristics +--------------------------------------- The objective of these benchmark tests is not testing deployment (like uwsgi vs gunicorn vs uvicorn etc) but instead test the performance of python-response against other popular Python web frameworks.