davids5 commented on code in PR #11049: URL: https://github.com/apache/nuttx/pull/11049#discussion_r1372557319
########## Documentation/applications/testing/sd_bench/index.rst: ########## @@ -0,0 +1,50 @@ +================================================ +``sd_bench`` SD card or mount point bench test +================================================ + +Performs bench mark testing on SD card or other mount points using the file system layer. + +A single test run. + +- Sequentially writes blocks of bytes to a test file on the device until the test duration elapses. +- Optionally, the number of bytes written are read back and verified. + +The following runtime options are available:: + + sdbench: [-b] [-r] [-d] [-k] [-s] [-u] [-v] Review Comment: -u was removed -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: commits-unsubscr...@nuttx.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org