django-asv
django-asv copied to clipboard
Migrating benchmarks from djangobench which use run_comparison_benchmark
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?