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

Migrating benchmarks from djangobench which use run_comparison_benchmark

Open deepakdinesh1123 opened this issue 2 years ago • 1 comments

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 a direct comparison between different benchmark methods. How should I implement this?

deepakdinesh1123 avatar May 11 '22 02:05 deepakdinesh1123