diff --git a/benchmark/pybench/asv/asv.conf.json b/benchmark/pybench/asv/asv.conf.json index ba5395ab7..832317331 100644 --- a/benchmark/pybench/asv/asv.conf.json +++ b/benchmark/pybench/asv/asv.conf.json @@ -40,7 +40,7 @@ // List of branches to benchmark. If not provided, defaults to "main" // (for git) or "default" (for mercurial). - "branches": ["main"], // for git + "branches": ["develop"], // for git // "branches": ["default"], // for mercurial // The DVCS being used. If not set, it will be automatically