Skip to content
#

load-testing

Here are 603 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

predator
Ardesco
Ardesco commented Mar 10, 2016

We need to add more integration tests (living in the src/it folder) to cover various usage scenarios.

Right now we only have a single test that just checks that the plugin can run a basic test with no additional configuration (This can be used as an example on how to configure other integration tests). We should be testing various configuration options as well.

Requirements:

  • The .jmx files

Framework allows to perform load testing with Apache Jmeter, view application/server metrics in real-time with Grafana, analyze errors cause with detailed traces for failed requests, compare different test runs in scripted dashboard and perform frontend performance testing with sitespeed.io+webpagetest

  • Updated Apr 9, 2022
  • JavaScript

Improve this page

Add a description, image, and links to the load-testing 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-testing topic, visit your repo's landing page and select "manage topics."

Learn more