From a05915b37570ddea5baafff4f314343dc6878a5b Mon Sep 17 00:00:00 2001 From: Evgeni Burovski Date: Sat, 15 Jun 2024 16:43:02 +0300 Subject: [PATCH] . --- benchmark/pybench/asv/asv.conf.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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