summaryrefslogtreecommitdiff
path: root/benchmark/https
Commit message (Collapse)AuthorAgeFilesLines
* benchmark: add trailing commasAntoine du Hamel2023-01-291-2/+2
| | | | | | PR-URL: https://github.com/nodejs/node/pull/46370 Reviewed-By: Yagiz Nizipli <yagiz@nizipli.com> Reviewed-By: Moshe Atlow <moshe@atlow.co.il> Reviewed-By: James M Snell <jasnell@gmail.com>
* benchmark: add simple https benchmarkAndrey Pechkurov2020-12-251-0/+29
Adds a simple benchmark for https server based on the http simple benchmark. Updates benchmarker integration for autocannon and wrk, so that they support https scheme. Also adds a new HTTPS section and improves HTTP/2 section in the benchmark guide. PR-URL: https://github.com/nodejs/node/pull/36612 Reviewed-By: Rich Trott <rtrott@gmail.com> Reviewed-By: Antoine du Hamel <duhamelantoine1995@gmail.com>