-
It would be nice to have the ability to specify CPU and Memory when running distributed load testing.
-
### Discussed in https://github.com/artilleryio/artillery/discussions/1861
Originally posted by **amrsa1** March 12, 2023
Seems that chance plugin is not working as expected when i need to gen…
-
The objective is to use playwright for load testing. playwright will keep running the test suites in a loop for a given duration.
Currently teams have a set of e2e functional set and a set of load t…
-
Version info:
```
v2.0.0-37
```
I expected to see this happen:
When routing to https://github.com/artilleryio/artillery/tree/main/packages/artillery#docs-and-guides and clicking on […
-
Version info:
```
2.0.0-35
```
Running this command:
```
artillery some_script.yaml
```
I expected to see this happen:
If I provide `duration: 3m`, `duration: 3min`, `duration: "3…
-
Version info:
```
Artillery: 2.0.0-31
Node.js: v16.17.1
OS: darwin
```
Running this command:
```
artillery run suites/survey.yaml -o ./reports/report.json
```
I expected t…
-
### Environment:
* linux-x64
* node-v14.18.0
### Preconditions:
Plugin script:
```
const debug = require('debug')('plugin:my-plugin');
module.exports = { Plugin: MyPlugin }
function …
-
I have the following script abc.yaml.
```
config:
phases:
- duration: 600
arrivalRate: 100
rampTo: 200
name: Begin
environments:
sandbox:
target: "…
-
Hi @DanielGubay 👋 Artillery v1 is no longer maintained. Please try using Artillery v2.
_Originally posted by @hassy in https://github.com/artilleryio/artillery/issues/2017#issuecommen…
-
#### Question
Similar to this question [1] does vegeta prevent coordination omission. I haven't been able to find a load generator that supports h2 and prevents coordinated omission.
[1] https:/…