django-asv icon indicating copy to clipboard operation
django-asv copied to clipboard

Benchmarks for Django using asv

Results 10 django-asv issues
Sort by recently updated
recently updated
newest added

This pull request adds database cache benchmarks as requested by @sarahboyce [here](https://forum.djangoproject.com/t/gsoc-2024-proposal-feedback-improve-database-cache-backend/29191/2) After running on these commits and one local commit showing improved [set_many](https://gist.github.com/Hisham-Pak/fb68815adb4c94f5323e04b46d1b8f91#make-set_many-method-use-single-query) ``` asv run -b cache_benchmarks 097e3a70c1481ee7b042b2edd91b2be86fb7b5b6^!...

In the [TODO](https://github.com/django/djangobench/blob/master/TODO) file in djangobench, it was mentioned that a running test server might be required for the benchmark so I tried to do this by using a sample...

Hi @deepakdinesh1123 @smithdc1. Have a look at the ticket here: https://code.djangoproject.com/ticket/33865 There's a proposal to optimise `LimitedStream` (which wraps the WSGI request body input stream to ensure we can't read...

Over the past few days, I set up the Azure pipeline to run the benchmarks in the benchmark repo when a pull request is made in the Main repo(a comment...

The following benchmarks are yet to be added These benchmarks require changes to settings.py: - [ ] Default Middleware - [ ] Locale From Request PR's under review: - [...

Hi @deepakdinesh1123 We've had this failure on `main` following one of the PR merges earlier today. https://github.com/smithdc1/django-asv/actions/runs/2600482629

https://smithdc1.github.io/django-asv/#template_benchmarks.template_compilation.benchmark.TemplateCompile.time_template_compile So we are starting to build up some history now each day which is great. This chart shows two things. The long tail history which was run on a...

Hi @deepakdinesh1123 https://smithdc1.github.io/django-asv/ the website looks great with new results being added yesterday. One thought is that when we're adding new benchmarks can we build up some history by running...

I was migrating some of the benchmarks from djangobench and I noticed that the benchmarks default_middleware and multi_value_dict use the utils.run_comparison_benchmark method to compare two benchmarks, ASV does not support...