Skip to content

Commit e9adb3d

Browse files
committed
Reenable HLS benchmark
1 parent cb29d47 commit e9adb3d

File tree

1 file changed

+8
-9
lines changed

1 file changed

+8
-9
lines changed

Diff for: ghcide/bench/config.yaml

+8-9
Original file line numberDiff line numberDiff line change
@@ -24,15 +24,14 @@ examples:
2424
- src/Language/LSP/VFS.hs
2525
- src/Language/LSP/Types/Lens.hs
2626
# Small but heavily multi-component example
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
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+
- ghcide/bench/hist/Main.hs
32+
- ghcide/bench/lib/Experiments/Types.hs
33+
- ghcide/test/exe/Main.hs
34+
- exe/Plugins.hs
3635

3736
# The set of experiments to execute
3837
experiments:

0 commit comments

Comments
 (0)