File tree 3 files changed +16
-58
lines changed
3 files changed +16
-58
lines changed Original file line number Diff line number Diff line change @@ -58,17 +58,17 @@ jobs:
58
58
# max-backjumps is increased as a temporary solution
59
59
# for dependency resolution failure
60
60
- if : ${{ needs.pre_job.outputs.should_skip != 'true' }}
61
- run : cabal configure --enable-benchmarks --max-backjumps 12000 --project-file cabal-benchmark.project
61
+ run : cabal configure --enable-benchmarks --max-backjumps 12000
62
62
63
63
- if : ${{ needs.pre_job.outputs.should_skip != 'true' }}
64
64
name : Build
65
65
shell : bash
66
- run : cabal build ghcide:benchHist --project-file cabal-benchmark.project
66
+ run : cabal build ghcide:benchHist
67
67
68
68
- if : ${{ needs.pre_job.outputs.should_skip != 'true' }}
69
69
name : Bench init
70
70
shell : bash
71
- run : cabal bench ghcide:benchHist -j --benchmark-options="all-binaries" --project-file cabal-benchmark.project
71
+ run : cabal bench ghcide:benchHist -j --benchmark-options="all-binaries"
72
72
73
73
# tar is required to preserve file permissions
74
74
# compression speeds up upload/download nicely
@@ -142,7 +142,7 @@ jobs:
142
142
- if : ${{ needs.pre_job.outputs.should_skip != 'true' }}
143
143
name : Bench
144
144
shell : bash
145
- run : cabal bench ghcide:benchHist -j --benchmark-options="${{ matrix.example }}" --project-file cabal-benchmark.project
145
+ run : cabal bench ghcide:benchHist -j --benchmark-options="${{ matrix.example }}"
146
146
147
147
- if : ${{ needs.pre_job.outputs.should_skip != 'true' }}
148
148
name : Display results
Load Diff This file was deleted.
Original file line number Diff line number Diff line change 1
1
packages :
2
2
./
3
3
./hie-compat
4
+ ./shake-bench
4
5
./hls-graph
5
6
./ghcide
6
7
./hls-plugin-api
@@ -41,3 +42,14 @@ index-state: 2021-08-12T12:00:38Z
41
42
42
43
constraints :
43
44
hyphenation +embed
45
+
46
+ allow-newer :
47
+ -- Needed for shake-bench
48
+ diagrams-core :base,
49
+ diagrams-core :lens,
50
+ diagrams-lib :base,
51
+ diagrams-lib :lens,
52
+ diagrams-svg :base,
53
+ diagrams-svg :lens,
54
+ dual-tree :base,
55
+ svg-builder :base
You can’t perform that action at this time.
0 commit comments