Replies: 3 comments
-
Can you provide some example and the output with data please? |
Beta Was this translation helpful? Give feedback.
0 replies
-
@nashif , I noticed this while performing a test on an external module (https://github.com/Laczen/kvs/tree/main/zephyr). I guess there is no config option required. I will conduct some more tests and see if there is a bug somewhere. |
Beta Was this translation helpful? Give feedback.
0 replies
-
An example of a test with strange timings results:
returns: SeaBIOS (version zephyr-v1.0.0-0-g31d4e0e-dirty-20200714_234759-fv-az50-zephyr)
Booting from ROM..
*** Booting Zephyr OS build v3.4.0-rc3-88-g840eb576cc16 ***
Running TESTSUITE ztest_timing
===================================================================
START - ztest_fast
PASS - ztest_fast in 0.546 seconds
===================================================================
START - ztest_slow
PASS - ztest_slow in 5.500 seconds
===================================================================
START - ztest_veryslow
PASS - ztest_veryslow in 5.251 seconds
===================================================================
TESTSUITE ztest_timing succeeded
------ TESTSUITE SUMMARY START ------
SUITE PASS - 100.00% [ztest_timing]: pass = 3, fail = 0, skip = 0, total = 3 duration = 11.297 seconds
- PASS - [ztest_timing.ztest_fast] duration = 0.546 seconds
- PASS - [ztest_timing.ztest_slow] duration = 5.500 seconds
- PASS - [ztest_timing.ztest_veryslow] duration = 5.251 seconds
------ TESTSUITE SUMMARY END ------
===================================================================
PROJECT EXECUTION SUCCESSFUL |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
When running tests on qemu_x86 the time reported for a test to complete seems to report strange values. Tests that clearly take longer to execute report a run time that is smaller than for tests that take less time. Is there something that needs to be configured to get a correct estimation of the run time ?
Beta Was this translation helpful? Give feedback.
All reactions