Helper function to test statistical calculations with known timing patterns
| 9 | |
| 10 | // Helper function to test statistical calculations with known timing patterns |
| 11 | void test_function_with_sleep(int sleep_ms) { |
| 12 | CTRACK; |
| 13 | test_helpers::sleep_ms(sleep_ms); |
| 14 | } |
| 15 | |
| 16 | TEST_CASE("High variance timing statistics") { |
| 17 | test_helpers::clear_ctrack(); |
no test coverage detected