Skip to content

benchmark: add simple https benchmark

It appears that we don't have any benchmarks for https. This PR aims to add a basic benchmark for https server implementation.

  • 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.
Checklist
  • make -j4 test (UNIX), or vcbuild test (Windows) passes
  • tests and/or benchmarks are included
  • documentation is changed or added
  • commit message follows commit guidelines

Merge request reports

Loading