From 1f31fc1a9da637ae7046276c9ae8e9e6e2b7cab3 Mon Sep 17 00:00:00 2001 From: Pepe Iborra Date: Wed, 17 Feb 2021 10:38:49 +0000 Subject: [PATCH] Disable HLS benchmark example It times out since the lsp-1.0 patch, and I don't have time to look into it --- ghcide/bench/config.yaml | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/ghcide/bench/config.yaml b/ghcide/bench/config.yaml index 981cddfc0d..b5e06138f4 100644 --- a/ghcide/bench/config.yaml +++ b/ghcide/bench/config.yaml @@ -24,15 +24,15 @@ examples: - src/Language/LSP/VFS.hs - src/Language/LSP/Types/Lens.hs # Small but heavily multi-component example - - path: bench/example/HLS - modules: - - hls-plugin-api/src/Ide/Plugin/Config.hs - - ghcide/src/Development/IDE/Plugin/CodeAction/ExactPrint.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 - # - exe/Plugins.hs + # Disabled as it is far to slow. hie-bios >0.7.2 should help + # - path: bench/example/HLS + # modules: + # - hls-plugin-api/src/Ide/Plugin/Config.hs + # - ghcide/src/Development/IDE/Plugin/CodeAction/ExactPrint.hs + # - ghcide/bench/hist/Main.hs + # - ghcide/bench/lib/Experiments/Types.hs + # - ghcide/test/exe/Main.hs + # - exe/Plugins.hs # The set of experiments to execute experiments: