Skip to content

Commit 82ff3e1

Browse files
committed
test: Add CTS for Sysman Freq & Power telemetry collection Overhead
Related-To: VLCLJ-2294 Signed-off-by: B, Vishnu Khanth <[email protected]>
1 parent a5e7d68 commit 82ff3e1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

conformance_tests/sysman/test_sysman_frequency/src/test_sysman_frequency.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -786,7 +786,7 @@ TEST_F(
786786
auto end = std::chrono::steady_clock::now();
787787
std::chrono::duration<double, std::micro> elapsed_initial = end - start;
788788

789-
uint32_t iterations = 100;
789+
uint32_t iterations = 20;
790790
std::chrono::duration<double, std::micro> total_time(0);
791791

792792
for (uint32_t i = 0; i < iterations; i++) {

0 commit comments

Comments
 (0)