Skip to content

Commit eeca306

Browse files
committed
add a new benchmark example cabal-1module
1 parent b3fb7fb commit eeca306

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

ghcide/bench/config.yaml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,11 @@ examples:
1919
- Distribution/Simple.hs
2020
- Distribution/Types/Module.hs
2121
extra-args: [] # extra ghcide command line args
22+
- name: cabal-1module
23+
package: Cabal
24+
version: 3.0.0.0
25+
modules:
26+
- Distribution/Simple.hs
2227
- name: cabal-conservative
2328
package: Cabal
2429
version: 3.0.0.0

0 commit comments

Comments
 (0)