diff --git a/.github/workflows/bench.yml b/.github/workflows/bench.yml index 52959d946c..81b31923da 100644 --- a/.github/workflows/bench.yml +++ b/.github/workflows/bench.yml @@ -46,7 +46,7 @@ jobs: strategy: fail-fast: false matrix: - ghc: ['8.10.7'] + ghc: ['8.10.7', '9.2.3'] os: [ubuntu-latest] # This code is fitted to the strategy: assumes Linux is used ... etc, @@ -103,7 +103,7 @@ jobs: strategy: fail-fast: false matrix: - ghc: ['8.10.7'] + ghc: ['8.10.7', '9.2.3'] os: [ubuntu-latest] cabal: ['3.6'] example: ['cabal', 'lsp-types'] diff --git a/ghcide/bench/config.yaml b/ghcide/bench/config.yaml index 5071a37141..bcec13dfbe 100644 --- a/ghcide/bench/config.yaml +++ b/ghcide/bench/config.yaml @@ -14,34 +14,34 @@ examples: # Medium-sized project without TH - name: cabal package: Cabal - version: 3.0.0.0 + version: 3.6.3.0 modules: - - Distribution/Simple.hs - - Distribution/Types/Module.hs + - src/Distribution/Simple.hs + - src/Distribution/Types/Module.hs extra-args: [] # extra ghcide command line args - name: cabal-1module package: Cabal - version: 3.0.0.0 + version: 3.6.3.0 modules: - - Distribution/Simple.hs + - src/Distribution/Simple.hs - name: cabal-conservative package: Cabal - version: 3.0.0.0 + version: 3.6.3.0 modules: - - Distribution/Simple.hs - - Distribution/Types/Module.hs + - src/Distribution/Simple.hs + - src/Distribution/Types/Module.hs extra-args: # extra ghcide command line args - --conservative-change-tracking # Small-sized project with TH - name: lsp-types package: lsp-types - version: 1.0.0.1 + version: 1.5.0.0 modules: - src/Language/LSP/VFS.hs - src/Language/LSP/Types/Lens.hs - name: lsp-types-conservative package: lsp-types - version: 1.0.0.1 + version: 1.5.0.0 modules: - src/Language/LSP/VFS.hs - src/Language/LSP/Types/Lens.hs