Skip to content
#

load-testing

Here are 444 public repositories matching this topic...

k6
curvedriver
curvedriver commented Nov 13, 2020

I try to block a domain which will be called with and without a subdomain.

I tried the following combinations:

blockHostnames: ['*.httpbin.org', 'httpbin.org']

blockHostnames: ['httpbin.org']

blockHostnames: ['*httpbin.org']

blockHostnames: ['*.shttpbin.org']

Sorry I tried to write a test with different scenarios but I was not able to set the `K6_BLOCK_HOSTNAME

svenstaro
svenstaro commented Apr 28, 2020

I think for very quickly looking at the output of your load test it would be cool if oha used some colors with sane defaults for how long something takes (maybe green 0s - 0.3s, orange, 0.3-0.8, red, >=0.8?).

I suggest using colors in the TUI view and in the final output. Of course, make it into an option but I think it should be "auto" by default so that if the terminal is detected to be capab

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
predator

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 May 29, 2020
  • 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

You can’t perform that action at this time.