Savva Genchevskiy
Savva Genchevskiy
I am using: ``` Artillery Core: 2.0.0-14 Node.js: v14.19.1 ``` metrics-by-endpoint plugin is added to the config section. ``` plugins: metrics-by-endpoint: useOnlyRequestNames: false my-plugin: {} ``` I am receiving an...
### Environment: * linux-x64 * node-v14.18.0 ### Preconditions: Plugin script: ``` const debug = require('debug')('plugin:my-plugin'); module.exports = { Plugin: MyPlugin } function MyPlugin(script, events) { this.script = script; this.events =...
My demo csv file: ``` userId,userName,userEmail 125,Archibald_Stroman,[email protected] 126,Mercedes_Kuvalis,[email protected] 127,Junius.Bergnaum,[email protected] 128,Gayle26,[email protected] 129,Vicenta.Gutmann,[email protected] ``` My demo scenario: ``` config: target: "http://localhost:3001" phases: - duration: 10 arrivalCount: 2 name: "My Load Stage" ensure:...
1. Add a way to stop artilley (`global.artillery.shutdown()`) injector when `conditions` or `thresholds` will be failed. 2. Add additional parameter to the `conditions` and `thresholds` with boolean type to made...
**Precondition**: I have a huge django project with hundreds of views Is there any way how to implement SILKY_DYNAMIC_PROFILING for all module functions, just with passing of module name? Like...