deepakdinesh1123
deepakdinesh1123
I have added a workflow that runs the benchmarks in [smithdc1/django-asv](https://github.com/smithdc1/django-asv) against a pull request when it is labeled with the label `benchmark`. If the performance has not changed significantly,...
Here are some of the changes I thought of implementing High level changes - 1. `Selector` class takes a new argument "parser" which indicates which parser backend to use (lxml...
Support for JSONPath has been added with the [jsonpath-ng](https://github.com/h2non/jsonpath-ng) library. Most of the implementation is based on #181 which adds support for json using the JMESPath library. closes #204
I also modified the migration behavior in utils.run_comparison_benchmark() similar to utils.run_benchmark().
I have added the implementation of sleep sort in python
Since there was no way to add bullet points in fpdf I tried to add it by adding it as a unicode character ('\u2022') but could not do so
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...
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...