From e20c54b94385aa92e4434a75300a973fcde0168f Mon Sep 17 00:00:00 2001 From: Zubin Duggal Date: Sat, 6 Mar 2021 00:18:12 +0530 Subject: [PATCH 1/2] Revert "Reenable HLS benchmark" This reverts commit e9adb3d2ef472e9296b8f38a4dc4626a4c8befdc. --- ghcide/bench/config.yaml | 17 +++++++++-------- 1 file changed, 9 insertions(+), 8 deletions(-) diff --git a/ghcide/bench/config.yaml b/ghcide/bench/config.yaml index 705599bb9a..b5e06138f4 100644 --- a/ghcide/bench/config.yaml +++ b/ghcide/bench/config.yaml @@ -24,14 +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 - - 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: From dba4d9229cbf86e6441958ea1dad8bd01fb672a0 Mon Sep 17 00:00:00 2001 From: Zubin Duggal Date: Sat, 6 Mar 2021 00:20:39 +0530 Subject: [PATCH 2/2] disable HLS bench in CI config --- .github/workflows/bench.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/bench.yml b/.github/workflows/bench.yml index b046a7cb53..05f3eb8c2d 100644 --- a/.github/workflows/bench.yml +++ b/.github/workflows/bench.yml @@ -94,7 +94,7 @@ jobs: matrix: ghc: ['8.10.4'] os: [ubuntu-latest] - example: ['Cabal-3.0.0.0', 'lsp-types-1.0.0.1', 'bench_example_HLS'] + example: ['Cabal-3.0.0.0', 'lsp-types-1.0.0.1'] steps: # Cancel queued workflows from earlier commits in this branch