You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This test case would allow us to see trends over time of I/O speeds. Since Robot framework automatically records the execution time of test cases - we could just have two cases one just writing from /dev/null to a 100MB file and one reading from the 100 MB file to /dev/null using dd.
Helps us in predicting a failure of the hardware rig.
Find regressions in kernel configurations causing SDcard I/O slow downs.
Allow us to have a rig to benchmark different SD card speeds.
The text was updated successfully, but these errors were encountered:
This test case would allow us to see trends over time of I/O speeds. Since Robot framework automatically records the execution time of test cases - we could just have two cases one just writing from /dev/null to a 100MB file and one reading from the 100 MB file to /dev/null using dd.
The text was updated successfully, but these errors were encountered: