-
Updated
Feb 25, 2021 - Go
load-testing
Here are 481 public repositories matching this topic...
-
Updated
Mar 7, 2021 - Python
-
Updated
Mar 8, 2021 - Java
-
Updated
Mar 7, 2021
-
Updated
Aug 24, 2020 - C
-
Updated
Feb 26, 2021 - Go
What RedrawInterval is being constant is a problem. Support the --redraw-interval option to make it configurable.
-
Updated
Dec 21, 2020 - Python
-
Updated
Mar 6, 2021 - Python
-
Updated
Feb 16, 2021
Use more colors
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
-
Updated
Nov 2, 2020 - Go
-
Updated
Feb 23, 2021 - Go
-
Updated
Jan 14, 2021 - C++
-
Updated
Jun 24, 2019 - Shell
-
Updated
Mar 2, 2021 - HTML
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
Is your feature request related to a problem? Please describe.
Currently when the server is not up, Tests tab don't show any network error popup. Because of this the user may go ahead and try creating tests
Describe the solution you'd like
Show Network Error popup in the same way it's done for Last scheduled runs Tab
-
Updated
Mar 7, 2021 - F#
-
Updated
May 29, 2020 - JavaScript
-
Updated
Jan 20, 2021 - Go
-
Updated
Jul 10, 2019 - Go
-
Updated
Mar 5, 2021 - TypeScript
-
Updated
Feb 8, 2021 - Go
-
Updated
Mar 4, 2021 - JavaScript
-
Updated
Mar 7, 2021 - Java
Improve this page
Add a description, image, and links to the load-testing topic page so that developers can more easily learn about it.
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."
If
k6 runaborts due to a JS code error/exception in a portion of script code that's imported as a module, the stack trace k6 prints out is not displaying the correct line numbers of the calls leading to the error.If the code error happens in the main script file -- i.e. the one that contains the default export -- the line number is correct.
Environment
k6 version: k6 v0.29.0 (2020-11