Closed hassila closed 1 year ago
Pull request benchmark comparison [ubuntu-latest] with 'main' run at 2023-08-22T10:25:41+00:00 Pull request had performance regressions
Merging #179 (b9c1d11) into main (8cc2be5) will increase coverage by
0.29%
. The diff coverage is100.00%
.
Should add a unit test to the benchmark package that validates that blackHole works as expected so we don't run into this again, will do that tomorrow.
Description
blackHole()
didn't work as expected for some of our benchmarks, some further investigation found this commit: https://github.com/apple/swift/commit/1fceeab71e79dc96f1b6f560bf745b016d7fcdcfAFAIU this broke with Swift 5.8.
Using the same approach for our benchmark and we got more expected results inline.
How Has This Been Tested?
Manual tested with internal benchmarks.
Minimal checklist:
DocC
code-level documentation for any public interfaces exported by the package