Update cheatsheets

This commit is contained in:
ivuorinen
2025-07-16 00:21:38 +00:00
parent dc35662e09
commit dbdba24741
30 changed files with 226 additions and 29 deletions

View File

@@ -30,4 +30,4 @@ source: https://github.com/tldr-pages/tldr.git
- Run a benchmark where a single parameter changes for each run:
`hyperfine {{[-p|--prepare]}} '{{make clean}}' {{[-P|--parameter-scan]}} {{num_threads}} {{1}} {{10}} '{{make {{[-j|--jobs]}} {num_threads}}}'`
`hyperfine {{[-p|--prepare]}} '{{make clean}}' {{[-P|--parameter-scan]}} {{num_threads}} {{1}} {{10}} '{{make --jobs {num_threads}}}'`