django / djangobench

Harness and benchmarks for evaluating Django's performance over time

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Benchmark results

thibaudcolas opened this issue · comments

I’d like to see Django performance benchmark results from the past – where can I go to see any results produced with djangobench, or with any other benchmark harness like this?

I’m interested in:

  1. Django performance from release to release
  2. Django performance across Python versions

There's a django-asv repo. It produces this page to view benchmarks over time and between python versions.

Tests are run daily, but it stopped working a few weeks (months?) ago. (It's on my list to have a look at).

https://django.github.io/django-asv/

Hope this helps.

Thanks @smithdc1! Exactly what I’m after.

Would you happen to know why there are two separate projects to do this?

The djangobench README states:

A harness and a set of benchmarks for measuring Django's performance over time.

The django-asv README states:

This repository contains the benchmarks for measuring Django's performance over time.


Perhaps worth cross-linking them or explaining in the READMEs how they differ?

I wonder if it's time to archive this repo and point folk at the asv one...