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

Add benchmarking for rm #5187

Merged
merged 5 commits into from Aug 25, 2023
Merged

Add benchmarking for rm #5187

merged 5 commits into from Aug 25, 2023

Commits on Aug 21, 2023

  1. Add benchmarking for rm

    Add benchmarking script and guide for `rm`, mostly copied from `ls` benchmarking
    guide. Tested `rm` using `jwalk` instead of `walkdir`, and saw a slight performance
    regression, if any change.
    Benjscho committed Aug 21, 2023
    Configuration menu
    Copy the full SHA
    76eea58 View commit details
    Browse the repository at this point in the history

Commits on Aug 22, 2023

  1. Add samply to sampling options

    Add samply to the sampling options for `rm` benchmarking.
    Benjscho committed Aug 22, 2023
    Configuration menu
    Copy the full SHA
    181261b View commit details
    Browse the repository at this point in the history
  2. Add samply url

    Benjscho committed Aug 22, 2023
    Configuration menu
    Copy the full SHA
    9ddf218 View commit details
    Browse the repository at this point in the history

Commits on Aug 23, 2023

  1. spelling

    Benjscho committed Aug 23, 2023
    Configuration menu
    Copy the full SHA
    903490a View commit details
    Browse the repository at this point in the history

Commits on Aug 24, 2023

  1. Add Spell ignore

    Add `samply` and `flamegraph` to spell ignore lists.
    Benjscho committed Aug 24, 2023
    Configuration menu
    Copy the full SHA
    4d78ca4 View commit details
    Browse the repository at this point in the history