David Freiberger
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.  A quick look into the code reveals that the Test StartedAt may not be...
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,...