-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore: upgrade to GHC 9.10.1 (#1274)
- Loading branch information
Showing
9 changed files
with
57 additions
and
46 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
1388baf
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Possible performance regression was detected for benchmark 'Primer benchmarks'.
Benchmark result of this commit is worse than the previous benchmark result exceeding threshold
2
.evalTestM/pure logs/mapEven 1: cpuTime
0.03481241198098341
cpuTime/iter0.01018207694906933
cpuTime/iter3.42
evalTestM/pure logs/mapEven 10: cpuTime
1.1204589989999993
cpuTime/iter0.23411462290000024
cpuTime/iter4.79
evalTestM/discard logs/mapEven 1: cpuTime
0.02731308866083813
cpuTime/iter0.009141891668505465
cpuTime/iter2.99
evalTestM/discard logs/mapEven 10: cpuTime
0.9607622821000006
cpuTime/iter0.31572843899999903
cpuTime/iter3.04
evalTestM/interp (has no logs)/mapEven 1: outlier variance
0.5587103238499798
outlier variance0.2023145840165405
outlier variance2.76
evalTestM/interp (has no logs)/mapEven 1: cpuTime
0.0002428196334006472
cpuTime/iter0.00006812754211129831
cpuTime/iter3.56
evalTestM/interp (has no logs)/mapEven 10: outlier variance
0.39249475310989496
outlier variance0.018511925952296195
outlier variance21.20
evalTestM/interp (has no logs)/mapEven 10: cpuTime
0.008751413087929344
cpuTime/iter0.002828955556542803
cpuTime/iter3.09
evalTestM/interp (has no logs)/mapEven 100: cpuTime
4.002325978899989
cpuTime/iter1.2605829058999996
cpuTime/iter3.17
typecheck/mapOdd 1: cpuTime
0.005637498678144515
cpuTime/iter0.001540834170336242
cpuTime/iter3.66
typecheck/mapOdd 10: outlier variance
0.6314265427627608
outlier variance0.08712962824787443
outlier variance7.25
typecheck/mapOdd 10: cpuTime
0.01000533919709485
cpuTime/iter0.0027073824974648032
cpuTime/iter3.70
typecheck/mapOdd 100: cpuTime
0.9300702156999953
cpuTime/iter0.3324023939000014
cpuTime/iter2.80
typecheck/mapOddPrim 1: cpuTime
0.006431012178019134
cpuTime/iter0.0016983794778577476
cpuTime/iter3.79
typecheck/mapOddPrim 10: outlier variance
0.5852007803090318
outlier variance0.11025603476225841
outlier variance5.31
typecheck/mapOddPrim 10: cpuTime
0.006495474882726583
cpuTime/iter0.0020110036296707564
cpuTime/iter3.23
typecheck/mapOddPrim 100: cpuTime
0.02943189551776077
cpuTime/iter0.008238143585309634
cpuTime/iter3.57
This comment was automatically generated by workflow using github-action-benchmark.
CC: @dhess