escrichov / djangobenchmark

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

djangobenchmark

  1. Setup Ubuntu
apt update && apt install -y pipenv
git clone https://github.com/escrichov/djangobenchmark && cd djangobenchmark
  1. Install
pipenv install
  1. Start server
./bin/server_gunicorn.sh
  1. Run Benchmark
./bin/benchmark.sh http://127.0.0.1:8000 results_gunicorn.txt
  1. View results
cat output/results_gunicorn.txt

About


Languages

Language:Python 86.4%Language:HTML 6.9%Language:Shell 6.7%