Commit 11123ce5 authored by Isuru Fernando's avatar Isuru Fernando
Browse files

run benchmark discovery for new projects

parent ec6c4071
Loading
Loading
Loading
Loading
+4 −0
Original line number Diff line number Diff line
@@ -513,6 +513,10 @@ function clone_results_repo {
      git fetch origin main || true
      git branch main origin/main -f
    fi
    if [[ ! -f $PWD/.asv/results/benchmarks.json ]]; then
      # this is a brand new project. Run benchmark discovery process
      asv run --bench just-discover
    fi
  fi
}