From 4d78ca47b11767a6d80c5392ffb3ad8144392aab Mon Sep 17 00:00:00 2001 From: Ben Schofield Date: Thu, 24 Aug 2023 11:15:03 -0600 Subject: [PATCH] Add Spell ignore Add `samply` and `flamegraph` to spell ignore lists. --- .vscode/cspell.dictionaries/shell.wordlist.txt | 3 +++ src/uu/rm/BENCHMARKING.md | 1 + 2 files changed, 4 insertions(+) diff --git a/.vscode/cspell.dictionaries/shell.wordlist.txt b/.vscode/cspell.dictionaries/shell.wordlist.txt index 16d7b25e9..95dea94a7 100644 --- a/.vscode/cspell.dictionaries/shell.wordlist.txt +++ b/.vscode/cspell.dictionaries/shell.wordlist.txt @@ -83,6 +83,8 @@ codespell commitlint dprint dtrace +flamegraph +flamegraphs gcov gmake grcov @@ -90,6 +92,7 @@ grep markdownlint rerast rollup +samply sed selinuxenabled sestatus diff --git a/src/uu/rm/BENCHMARKING.md b/src/uu/rm/BENCHMARKING.md index cff93ec93..507906d49 100644 --- a/src/uu/rm/BENCHMARKING.md +++ b/src/uu/rm/BENCHMARKING.md @@ -1,3 +1,4 @@ + # Benchmarking rm Run `cargo build --release` before benchmarking after you make a change!