Skip to content

Commit acfb443

Browse files
Update bench-report commit for ghc-9.6.6
Use latest packages for regression build. Remove Data.Fold.Prelude - was failing with the new commits/compiler version for some reason.
1 parent 8500b64 commit acfb443

2 files changed

Lines changed: 16 additions & 5 deletions

File tree

.github/workflows/regression-check.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@ on:
1717
#----------------------------------------------------------------------
1818
#-- Benchmarks listed in alphabetical order
1919
#----------------------------------------------------------------------
20+
# Removed Data.Fold.Prelude - was failing for some reason (memory issue?)
2021
jobs:
2122
check-regressions:
2223
env:
@@ -25,7 +26,6 @@ jobs:
2526
Data.Array.Generic
2627
Data.Array.Stream
2728
Data.Fold
28-
Data.Fold.Prelude
2929
Data.Fold.Window
3030
Data.MutArray
3131
Data.Parser

cabal.project.report

Lines changed: 15 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -10,22 +10,33 @@ package bench-report
1010
package bench-show
1111
flags: +no-charts
1212

13+
source-repository-package
14+
type: git
15+
location: https://github.com/composewell/streamly.git
16+
tag: 8500b6446dae07e763370608625f26eff5c84600
17+
18+
source-repository-package
19+
type: git
20+
location: https://github.com/composewell/streamly.git
21+
tag: 8500b6446dae07e763370608625f26eff5c84600
22+
subdir: core
23+
1324
source-repository-package
1425
type: git
1526
location: https://github.com/composewell/bench-report.git
16-
tag: 3b50bf0ad06f746bca42f30c8d40a0426e159af3
27+
tag: d012e03bea201b6af605f4c4a7f2eb4d36452c5f
1728

1829
source-repository-package
1930
type: git
2031
location: https://github.com/composewell/streamly-coreutils.git
21-
tag: 5dbb8bcefac3aefd5eb298dc410b11e36e79f35a
32+
tag: 2b62fc242b9645a85124ef8c52c8212d316f24dc
2233

2334
source-repository-package
2435
type: git
2536
location: https://github.com/composewell/streamly-shell.git
26-
tag: b0c6318119d1cc5e2106343f17b5cff2ad94417f
37+
tag: 070ff21fda7aab8ca45b08b330746299a91eb981
2738

2839
source-repository-package
2940
type: git
3041
location: https://github.com/composewell/streamly-process.git
31-
tag: d80b860d9d8ea98e4f7f63390442b3155c34dd08
42+
tag: 9af2f96971d3365be6f4e75d7ded0d3ae5458fbf

0 commit comments

Comments
 (0)