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 #1705

Closed
wants to merge 1 commit into from

Conversation

friendy-su
Copy link
Contributor

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

Please confirm that your commit message(s) follow these guidelines:

  1. First line is a commit title, a descriptive one-liner for the change
  2. Empty second line
  3. Commit message body that explains why the change is useful. Break lines that
    aren't something like a URL at 72-74 chars.
  4. Empty line
  5. Signed-off-by: Real Name [email protected]

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 <[email protected]>
@friendy-su friendy-su closed this Jan 25, 2024
@friendy-su friendy-su reopened this Jan 26, 2024
@friendy-su friendy-su closed this Jan 26, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant