David Freiberger

Results 3 issues of David Freiberger

This PR fixes a bug with the calculation of duration on TEST_ORDERED tests, and adds TcUnit-Verifier tests to check that the duration is output within a specific range for TEST...

**Describe the bug** Tests defined used `TEST_ORDERED()` do not appear to calculate the duration correctly. ![image](https://github.com/tcunit/TcUnit/assets/3814449/796f4e47-c717-4c91-923f-1a5301c6109f) A quick look into the code reveals that the Test StartedAt may not be...

bug

In using this library for reading/writing a very large nested structure, I found that significant improvements in read/write time (up to 92% speedup on writes to a structure of 21kb,...