Skip to content

Commit

Permalink
Temporarily disable the upstream branch for benchmarks
Browse files Browse the repository at this point in the history
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
  • Loading branch information
pepeiborra committed Dec 29, 2020
1 parent 8544fc0 commit 7bb3c6e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ghcide/bench/config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -55,5 +55,5 @@ versions:
# - v0.4.0
# - v0.5.0
# - v0.6.0
- upstream: origin/master
# - upstream: origin/master
- HEAD

0 comments on commit 7bb3c6e

Please sign in to comment.