We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bce690b commit a789f05Copy full SHA for a789f05
ghcide/bench/config.yaml
@@ -28,10 +28,11 @@ examples:
28
modules:
29
- hls-plugin-api/src/Ide/Plugin/Config.hs
30
- ghcide/src/Development/IDE/Plugin/CodeAction/ExactPrint.hs
31
- - ghcide/bench/hist/Main.hs
32
- - ghcide/bench/lib/Experiments/Types.hs
33
- - ghcide/test/exe/Main.hs
34
- - exe/Plugins.hs
+ # Things get too slow with more than 2 components, hie-bios 0.7.3 will help here
+ # - ghcide/bench/hist/Main.hs
+ # - ghcide/bench/lib/Experiments/Types.hs
+ # - ghcide/test/exe/Main.hs
35
+ # - exe/Plugins.hs
36
37
# The set of experiments to execute
38
experiments:
0 commit comments