Skip to content

Commit 8067d4f

Browse files
authored
Disable HLS benchmark example (#1388)
It times out since the lsp-1.0 patch, and I don't have time to look into it
1 parent 45d58fb commit 8067d4f

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

ghcide/bench/config.yaml

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -24,15 +24,15 @@ examples:
2424
- src/Language/LSP/VFS.hs
2525
- src/Language/LSP/Types/Lens.hs
2626
# Small but heavily multi-component example
27-
- path: bench/example/HLS
28-
modules:
29-
- hls-plugin-api/src/Ide/Plugin/Config.hs
30-
- ghcide/src/Development/IDE/Plugin/CodeAction/ExactPrint.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
27+
# Disabled as it is far to slow. hie-bios >0.7.2 should help
28+
# - path: bench/example/HLS
29+
# modules:
30+
# - hls-plugin-api/src/Ide/Plugin/Config.hs
31+
# - ghcide/src/Development/IDE/Plugin/CodeAction/ExactPrint.hs
32+
# - ghcide/bench/hist/Main.hs
33+
# - ghcide/bench/lib/Experiments/Types.hs
34+
# - ghcide/test/exe/Main.hs
35+
# - exe/Plugins.hs
3636

3737
# The set of experiments to execute
3838
experiments:

0 commit comments

Comments
 (0)