The Wire · Showcase
One Commit, One Result: django-asv Adds Ubuntu Support
By RepoJournal · Filed · About Django
A single bot commit proves the value of continuous benchmarking as django-asv now tracks performance on an additional platform.
This is a quiet one, but not an unimportant one. The django-asv project added results for ubuntu-latest to its continuous benchmark suite [1]. That means ongoing performance tracking now covers default GitHub Actions runners, which is what many of you deploy against. The commit is a housekeeping item with a [skip ci] tag [1], so no new tests ran, but the data flow remains intact. If you rely on asv for django performance regression checks, this expands your coverage at no cost. Not a patch, not a breaking change, just a small signal that this project keeps its benchmarks honest. Nothing else moved across the stack today.
One email a day. Unsubscribe in one click.
Keep up with Django in about 3 minutes a day: what actually shipped — the commits, pull requests, releases, and security advisories that matter.
One email a day. Unsubscribe in one click. Read a past issue →
Action items
- → Glance at the django-asv CI config to confirm ubuntu-latest results appear in your dashboards django/django-asv [monitor]
References
- [1] Results for ubuntu-latest added [skip ci] django/django-asv