Skip to content

0.1.2

Latest

Choose a tag to compare

@coenttb coenttb released this 01 Dec 13:41

Bug Fixes

  • Fix error location reporting: Performance failures now report at the @Test declaration site instead of inside the library code. Uses Issue.record with SourceLocation captured via #_sourceLocation at the .timed(), .detectLeaks(), and .trackPeakMemory() call sites.

This makes it much easier to identify which test failed when a performance threshold is exceeded.