Skip to content

Commit 5363f87

Browse files
author
kokobd
committed
modify default benchmark config
1 parent 0fd58f5 commit 5363f87

File tree

1 file changed

+55
-53
lines changed

1 file changed

+55
-53
lines changed

bench/config.yaml

Lines changed: 55 additions & 53 deletions
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ versions:
7676

7777

7878
# - 1.8.0.0
79-
# - upstream: origin/master
79+
- upstream: origin/master
8080
# - HEAD~1
8181
- HEAD
8282

@@ -95,25 +95,27 @@ configurations:
9595
# The implicitly included plugins are:
9696
# - ghcide-core
9797
# - ghcide-hover-and-symbols
98-
- None: []
99-
- Core:
100-
- callHierarchy
101-
- codeRange
102-
- eval
103-
- ghcide-code-actions-bindings
104-
- ghcide-code-actions-fill-holes
105-
- ghcide-code-actions-imports-exports
106-
- ghcide-code-actions-type-signatures
107-
- ghcide-completions
108-
- ghcide-type-lenses
109-
- pragmas
110-
- Ghcide:
111-
- ghcide-code-actions-bindings
112-
- ghcide-code-actions-fill-holes
113-
- ghcide-code-actions-imports-exports
114-
- ghcide-code-actions-type-signatures
115-
- ghcide-completions
116-
- ghcide-type-lenses
98+
99+
# Uncomment below sections if needed
100+
# - None: []
101+
# - Core:
102+
# - callHierarchy
103+
# - codeRange
104+
# - eval
105+
# - ghcide-code-actions-bindings
106+
# - ghcide-code-actions-fill-holes
107+
# - ghcide-code-actions-imports-exports
108+
# - ghcide-code-actions-type-signatures
109+
# - ghcide-completions
110+
# - ghcide-type-lenses
111+
# - pragmas
112+
# - Ghcide:
113+
# - ghcide-code-actions-bindings
114+
# - ghcide-code-actions-fill-holes
115+
# - ghcide-code-actions-imports-exports
116+
# - ghcide-code-actions-type-signatures
117+
# - ghcide-completions
118+
# - ghcide-type-lenses
117119
- All:
118120
- alternateNumberFormat
119121
- callHierarchy
@@ -140,36 +142,36 @@ configurations:
140142
- refineImports
141143
- rename
142144
- stylish-haskell
143-
- alternateNumberFormat
144-
# - brittany
145-
- callHierarchy
146-
- changeTypeSignature
147-
- class
148-
- codeRange
149-
- eval
150-
- explicitFixity
151-
# - floskell
152-
# - fourmolu
153-
- gadt
154-
- ghcide-code-actions-bindings
155-
- ghcide-code-actions-fill-holes
156-
- ghcide-code-actions-imports-exports
157-
- ghcide-code-actions-type-signatures
158-
- ghcide-completions
159-
# - ghcide-core # implicitly included in all configurations
160-
# - ghcide-hover-and-symbols # implicitly included in all configurations
161-
- ghcide-type-lenses
162-
- haddockComments
163-
- hlint
164-
- importLens
165-
- moduleName
166-
# - ormolu
167-
- pragmas
168-
- qualifyImportedNames
169-
- refineImports
170-
- rename
171-
- retrie
172-
- splice
173-
- stan
174-
# - stylish-haskell
175-
- tactics
145+
# - alternateNumberFormat
146+
# # - brittany
147+
# - callHierarchy
148+
# - changeTypeSignature
149+
# - class
150+
# - codeRange
151+
# - eval
152+
# - explicitFixity
153+
# # - floskell
154+
# # - fourmolu
155+
# - gadt
156+
# - ghcide-code-actions-bindings
157+
# - ghcide-code-actions-fill-holes
158+
# - ghcide-code-actions-imports-exports
159+
# - ghcide-code-actions-type-signatures
160+
# - ghcide-completions
161+
# # - ghcide-core # implicitly included in all configurations
162+
# # - ghcide-hover-and-symbols # implicitly included in all configurations
163+
# - ghcide-type-lenses
164+
# - haddockComments
165+
# - hlint
166+
# - importLens
167+
# - moduleName
168+
# # - ormolu
169+
# - pragmas
170+
# - qualifyImportedNames
171+
# - refineImports
172+
# - rename
173+
# - retrie
174+
# - splice
175+
# - stan
176+
# # - stylish-haskell
177+
# - tactics

0 commit comments

Comments
 (0)