Commit ec3d980
committed
docs(bench): note why ab-bench.ps1 needs no re-exec guard
Add a .NOTES section explaining the asymmetry with the bash twin: PowerShell
parses the whole script into memory before running, so the in-script
`git checkout` removing this file mid-run is harmless — no re-exec needed.
Keeps a future maintainer from "fixing" a non-bug.1 parent 346ea26 commit ec3d980
1 file changed
Lines changed: 9 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
28 | 28 | | |
29 | 29 | | |
30 | 30 | | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
| 34 | + | |
| 35 | + | |
| 36 | + | |
| 37 | + | |
| 38 | + | |
| 39 | + | |
31 | 40 | | |
32 | 41 | | |
33 | 42 | | |
| |||
0 commit comments