The Wayback Machine - https://web.archive.org/web/20220601060344/https://github.com/topics/load-generator
Skip to content
#

load-generator

Here are 27 public repositories matching this topic...

k6
bmteller
bmteller commented Jan 31, 2022

Brief summary

The first time root certificates are loaded in OSX it takes a long time to parse them (> 100ms) and this time will appear as part of http_req_tls_handshaking. The certificates can be forced to load by running: x509.SystemCertPool() somewhere in the code before benchmarking.

k6 version

k6 v0.36.0 ((devel), go1.17.6, darwin/amd64)

OS

macOS 10.15.7

Docker versi

Improve this page

Add a description, image, and links to the load-generator topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the load-generator topic, visit your repo's landing page and select "manage topics."

Learn more