Skip to content

Commit

Permalink
refactor: do some DRY for full eval tests (#1238)
Browse files Browse the repository at this point in the history
  • Loading branch information
dhess authored Apr 15, 2024
2 parents 657f679 + ebc5018 commit fedd890
Show file tree
Hide file tree
Showing 4 changed files with 465 additions and 313 deletions.
2 changes: 2 additions & 0 deletions primer/primer.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -174,6 +174,7 @@ library primer-testlib
visibility: public
exposed-modules:
Primer.Test.App
Primer.Test.Eval
Primer.Test.Expected
Primer.Test.TestM
Primer.Test.Util
Expand All @@ -188,6 +189,7 @@ library primer-testlib
DerivingVia
LambdaCase
NoImplicitPrelude
OverloadedLists
OverloadedStrings

ghc-options:
Expand Down
Loading

1 comment on commit fedd890

@github-actions
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

⚠️ Performance Alert ⚠️

Possible performance regression was detected for benchmark 'Primer benchmarks'.
Benchmark result of this commit is worse than the previous benchmark result exceeding threshold 2.

Benchmark suite Current: fedd890 Previous: 657f679 Ratio
typecheck/mapOddPrim 1: outlier variance 0.07184385359332089 outlier variance 0.01514792899408264 outlier variance 4.74

This comment was automatically generated by workflow using github-action-benchmark.

CC: @dhess

Please sign in to comment.