performance-testing
Here are 454 public repositories matching this topic...
-
Updated
Jul 12, 2020
-
Updated
Jan 29, 2019 - JavaScript
At present we can run the load generator for a set amount of time or a certain number of requests.
I would like to a mode --reconnetRequests=1000 where fortio client will reconnect after 1000 requests.
Use case: We are testing SDS cert rotation using an https fortio client (std client).
For cert rotation to be exercised fortio should reconnect periodically to fetch the new cert.
In
Hi. It can make sense having a structure like this (base on phpunit) to add phpbench in complex structure:
tests/src/module/a/controller/AControllerTest.php
tests/src/module/a/controller/BControllerTest.php
tests/src/module/a/controller/CControllerTest.php
to:
tests/src/module/a/controller/AControllerBench.php
tests/src/module/a/controller/AControllerTest.php
tests/src/module/a/con
At this time, there is no update mechanism on falco private instance. For an already created instance, there is no way to update and get the latest features.
Describe the bug
Installation instructions in README.md file and on the Download and installation web page are outdated. Missing coverage for autogen.sh script.
To Reproduce
Steps to reproduce the behavior:
- GIT Clone fresh Master source in a new empty folder
- Attempt to execute ./configure per installation instructi
Just noticed today that the image-action seems not compressing the jpeg file (changing the file extension to jpg works for me)
/kind bug
-
Updated
Jul 9, 2020 - Go
-
Updated
Jul 3, 2020 - Rust
-
Updated
Jul 15, 2020 - Java
-
Updated
Jul 13, 2020 - Objective-C
If we right click edit to modifiy specific environment at instrumenation manager of InspectIT 1.7.9.92 and then remove all texts inside description field of environment and click OK to update description.
You will find out that CMR does not clean out descrip
-
Updated
Jan 28, 2020 - C++
When using xUnit, my failing tests show a dedicated stack trace below the error message in Azure Pipelines, allowing me to click it to go straight to the relevant line in the repo:
However, when using Expecto, the stack trace is printed in the output message, but not available in the
-
Updated
Mar 9, 2020 - Ruby
-
Updated
Mar 20, 2020 - Go
-
Updated
Mar 20, 2020 - PHP
-
Updated
Jul 13, 2020 - HTML
Move Wiki to Website
I get the feeling that the Wiki doesn't really get read too much and is not as easy to find as the website. I'm going to suggest that we move all wiki content to the website and then close down the Wiki portion of the repo.
The website is using markdown with GitHub Pages so it should largely be a cut and paste job with some minor tweaking.
-
Updated
Apr 26, 2020 - Go
The current docs on the main branch shows the following use:
var scenario = BuildScenario()
.WithConcurrentCopies(1)
.WithOutWarmUp()
.WithDuration(TimeSpan.FromSeconds(2));
var allStats = NBomberRunner.RegisterScenarios(scenario).RunTest();
var stepStats = allStats.First(x => x.StepName == "simple step");
Assert.IsTrue(stepStats.Ok
Add Mocha benchmark
Specifically, Mocha seems to perform lots of operations like Array#includes and Array#indexOf on frozen arrays while setting up its environment and executing its tests.
It would be good to have this pattern reflected in the WTB.
Ref. https://docs.google.com/document/d/1X6zO5F_Zojizn2dmo_ftaOWsY8NltPHUhudBbUzMxnc/edit.
Update dependencies
Add eslint benchmark
-
Updated
May 29, 2020 - JavaScript
-
Updated
Jun 15, 2020 - Go
-
Updated
Jun 12, 2020 - Python
-
Updated
May 12, 2020 - Ruby
-
Updated
Jul 14, 2020 - JavaScript
-
Updated
Nov 25, 2019 - Haskell
-
Updated
Jul 9, 2020 - Go
Improve this page
Add a description, image, and links to the performance-testing topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the performance-testing topic, visit your repo's landing page and select "manage topics."


I can't find any other explanation or formulas for results like median, average, min/max, req/sec in documentation, readme or web page. On the documentation page I tried basic scenario to search result/s and get no relevant page.
I found this question on stackoverflow, so I'm not only one who didn't understand it
https://stackoverflow.com/questions/39665250/locust-result-summary-how-to-underst