Skip to content

Commit

Permalink
chore: hedgehog v1.5 (#1300)
Browse files Browse the repository at this point in the history
  • Loading branch information
dhess authored Nov 3, 2024
2 parents eb97f0a + 6cf7129 commit 42f0a63
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion primer-api/primer-api.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ library primer-api-hedgehog

build-depends:
, base
, hedgehog ^>=1.4
, hedgehog ^>=1.5
, primer
, primer-api
, primer:primer-hedgehog
Expand Down
2 changes: 1 addition & 1 deletion primer-service/primer-service.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -194,7 +194,7 @@ test-suite primer-service-test
, aeson-pretty
, base
, bytestring
, hedgehog ^>=1.4
, hedgehog ^>=1.5
, hedgehog-quickcheck ^>=0.1.1
, hspec ^>=2.11
, openapi3
Expand Down
2 changes: 1 addition & 1 deletion primer/primer.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -162,7 +162,7 @@ library primer-hedgehog
, base
, containers
, extra
, hedgehog ^>=1.4
, hedgehog ^>=1.5
, mmorph ^>=1.2.0
, mtl
, primer
Expand Down

1 comment on commit 42f0a63

@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: 42f0a63 Previous: eb97f0a Ratio
evalTestM/interp (has no logs)/mapEven 100: outlier variance 0.4676294133994235 outlier variance 0.22834995959763013 outlier variance 2.05
typecheck/mapOddPrim 10: outlier variance 0.49350440706051446 outlier variance 0.15165984970014043 outlier variance 3.25

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

CC: @dhess

Please sign in to comment.