Skip to content

Commit a789f05

Browse files
committed
Tweak down the number of components
1 parent bce690b commit a789f05

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

ghcide/bench/config.yaml

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -28,10 +28,11 @@ examples:
2828
modules:
2929
- hls-plugin-api/src/Ide/Plugin/Config.hs
3030
- 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
31+
# Things get too slow with more than 2 components, hie-bios 0.7.3 will help here
32+
# - ghcide/bench/hist/Main.hs
33+
# - ghcide/bench/lib/Experiments/Types.hs
34+
# - ghcide/test/exe/Main.hs
35+
# - exe/Plugins.hs
3536

3637
# The set of experiments to execute
3738
experiments:

0 commit comments

Comments
 (0)