Use a wall clock to determine the duration of the tests
Open
discussion
- Dominant language
- C++
- Stars
- 213
- Forks
- 149
- Avg merge
- 18h 17m
- Merged PRs (30d)
- 2
Description
Hi Raffi!
We run tests on build agents and I noticed that the real duration of test cases (build server calculates it using test output) is much smaller than that measured by Boost.Test. Currently it uses boost::timer which is based on std::clock(). Probably usage of something like high_resolution_clock will be more preferable.
Do you need help with PR?
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.