coot
coot
@nerdCopter thanks for your suggestion. I solved this by using: `action/upload-artifact` in the builder job, and using another job that depends on the previous one which is creating the release...
I don't see much difference when I remove `--no-progress`. On my system both take roughly the same `1.41s` plus minus `0.01s`. I checked with `ghc-8.10.7` and `ghc-9.2.1`.
I was comparing to a wrong commit, I can reproduce similar results.
I made a profile build of the `example` and it looks like the difference in performance is coming from [showTestCount](https://github.com/nick8325/quickcheck/blob/master/src/Test/QuickCheck/Test.hs#L327) function (in `QuickCheck`). In both `try-adding-progress-rpt` with and without `--no-progress`...
| Version | [showTestCount](https://github.com/nick8325/quickcheck/blob/master/src/Test/QuickCheck/Test.hs#L327) (time / alloc) | [putTemp](https://github.com/nick8325/quickcheck/blob/master/src/Test/QuickCheck/Text.hs#L224) (time / alloc) | [newTerminal](https://github.com/nick8325/quickcheck/blob/master/src/Test/QuickCheck/Text.hs#L165) (time / alloc) | |-|-|-|-| | master | 0.0 / 0.0 | 0.3 / 0.8 |...
I pushed an updated branch [here](https://github.com/coot/tasty/tree/coot/try-adding-progress-rpt). However, the approach for `quickcheck` is wrong: by [wrapping any property](https://github.com/coot/tasty/blob/coot/try-adding-progress-rpt/quickcheck/Test/Tasty/QuickCheck.hs#L213) shrinking will be discarded: if one has a property `prop :: Int ->...
@UnkindPartition * I found a way to report quickcheck status through tasty `yieldProgress` (no need for `unsafePerformIO`, which anyway wouldn't work, since top level `Property` is only evaluated once). It...
The PR #8414 makes it possible to build a package with a working `quickjump` (using `cabal haddock --haddock-quickjump`). There's also alternative: the `cabal haddock-package` command (not yet released) which allows...
[trace.txt](https://github.com/input-output-hk/ouroboros-network/files/9119595/trace.txt) (rather large one: 21M)