Add Spell ignore

Add `samply` and `flamegraph` to spell ignore lists.
This commit is contained in:
Ben Schofield 2023-08-24 11:15:03 -06:00
parent 903490a9c8
commit 4d78ca47b1
2 changed files with 4 additions and 0 deletions

View file

@ -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

View file

@ -1,3 +1,4 @@
<!-- spell-checker:ignore samply flamegraph flamegraphs -->
# Benchmarking rm
Run `cargo build --release` before benchmarking after you make a change!