Skip to content

Commit 8733dc8

Browse files
committed
Temporarily disable the upstream branch for benchmarks
The benchmark script uses git worktree. The upstream branch contains a ghcide submodule, which is not well supported by worktree. Once this PR has been merged and the upstream branch no longer contains a git submodule, we can reenable it in the bench config
1 parent 5b40dcb commit 8733dc8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ghcide/bench/config.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,5 +55,5 @@ versions:
5555
# - v0.4.0
5656
# - v0.5.0
5757
# - v0.6.0
58-
- upstream: origin/master
58+
# - upstream: origin/master
5959
- HEAD

0 commit comments

Comments
 (0)