Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ioengines: Implement dircreate, dirstat, dirdelete engines #1707

Closed
wants to merge 2 commits into from

Commits on Jan 25, 2024

  1. ioengines: Implement dircreate, dirstat, dirdelete engines

    Similar to file operation, directory operation performance is an
    important benchmark to file system in practice.
    
    * dircreate engine measures directories create performance
    * dirstat engine measures directories lookup performance
    * dirdelete engine measures directories delete performance
    
    Signed-off-by: friendy-su <friendy.su@sony.com>
    friendy-su committed Jan 25, 2024
    Configuration menu
    Copy the full SHA
    2dd3540 View commit details
    Browse the repository at this point in the history

Commits on Mar 21, 2024

  1. Configuration menu
    Copy the full SHA
    8494e34 View commit details
    Browse the repository at this point in the history