deepakdinesh1123
deepakdinesh1123
@piyushsingariya @leecalcote I was thinking of picking up this issue and thought of a possible fix please let me know any changes that I need to make to my approach...
#58, in this PR I have added the benchmark based on the benchmarks (here)[https://code.djangoproject.com/attachment/ticket/33865/bench_limitedstream.py], and the results, were as follows before after ratio [e20e5d15] [021916db] 115±3ms 125±2ms 1.09 other_benchmarks.limited_stream.benchmark.LimitedStreamBench.time_limited_stream_read 116±1ms...
@carltongibson I had previously proposed to do this using GHA itself but since that method required a `GITHUB_TOKEN` with access to the repository @smithdc1 had mentioned in this [comment](https://forum.djangoproject.com/t/django-benchmarking-project/13887/14) that...
> a reminder of the aims and the time left would be useful to keep us all on track. I have added a comment with the details [here](https://forum.djangoproject.com/t/django-benchmarking-project/13887/20)
> * On `django/django` we can comment "buildbot test selenium" (or similar) and extra tests could run @smithdc1 Could you please point me to the source where this is implemented?...
> Could we add a workflow to `django/django` which is trigered on certain event (add a "run benchmark" label, say). @smithdc1 I have created a workflow [here](https://github.com/deepakdinesh1123/Main/blob/main/.github/workflows/run_on_label.yml) that checks out...
- > I prefer label as I think it's simpler. @smithdc1 I tried to implement it and ran into a surprising error, for the pull requests made before the workflow...
@smithdc1 The workflow is almost ready, before creating a ticket and PR I just wanted to ask a question. Right now the workflow clones [django-asv](https://github.com/smithdc1/django-asv) should I leave it that...
@smithdc1 I have added a [ticket](https://code.djangoproject.com/ticket/33862) and a [pull request](https://github.com/django/django/pull/15866), please check it out.
Hi @smithdc1 Should I also add the history for python versions 3.8 and 3.9 for all the benchmarks? If yes, I think it might be better to add them as...