Skip to content

Commit 19207ef

Browse files
wz1000berberman
andauthored
Disable HLS benchmarks (#1501)
* Revert "Reenable HLS benchmark" This reverts commit e9adb3d. * disable HLS bench in CI config Co-authored-by: Potato Hatsue <[email protected]>
1 parent 9bd0928 commit 19207ef

File tree

2 files changed

+10
-9
lines changed

2 files changed

+10
-9
lines changed

Diff for: .github/workflows/bench.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@ jobs:
9494
matrix:
9595
ghc: ['8.10.4']
9696
os: [ubuntu-latest]
97-
example: ['Cabal-3.0.0.0', 'lsp-types-1.0.0.1', 'bench_example_HLS']
97+
example: ['Cabal-3.0.0.0', 'lsp-types-1.0.0.1']
9898

9999
steps:
100100
# Cancel queued workflows from earlier commits in this branch

Diff for: ghcide/bench/config.yaml

+9-8
Original file line numberDiff line numberDiff line change
@@ -24,14 +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-
- ghcide/bench/hist/Main.hs
32-
- ghcide/bench/lib/Experiments/Types.hs
33-
- ghcide/test/exe/Main.hs
34-
- 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
3536

3637
# The set of experiments to execute
3738
experiments:

0 commit comments

Comments
 (0)