Commit graph

4 commits

Author SHA1 Message Date
Stefan Eissing
75c5d663ac
add sockd to spellcheck.words 2025-07-21 12:39:58 +02:00
Stefan Eissing
6bc9dbe17f
spellcheck 2025-07-21 12:33:13 +02:00
Stefan Eissing
306e507094
pytest: add SOCKS tests and scoring
Configure curl with `--with-test-sockd=<path to sockd>` for a locally
installed dante sockd server and new `test_40_*` will verify that
down- and uploads work via SOCKS.

Invoke scorecard.py with `--socks4` or `--socks5` to run performance
tests with SOCKS. Note that SOCKS is not supported for HTTP/3.

refs #17969
2025-07-21 12:23:06 +02:00
Stefan Eissing
51f933801e
scorecard: flame graphs and documentation
Add `--flame` option to scorecard.py for generating flame graphs.
Add documentation in docs/internal/SCORECARD.md on how to use this.

Closes #17792
2025-07-07 09:04:22 +02:00