Core: Introduce `deviatesAround` assertion target
See original GitHub issueI mean something like this:
.assertions(
global.requestPerSec(target=10, deviation=.05, inclusive=true),
)
where “target” is target intensity and “deviation” is deviation in percent.
Issue Analytics
- State:
- Created 4 years ago
- Comments:5 (5 by maintainers)
Top Results From Across the Web
What's New in 3.4 - Gatling
What's New in 3.4. Core#. #3830: Scenarios in a same simulation can now be executed sequentially with andThen . #3845: Introduce around assertion...
Read more >Energetics, Particle Capture, and Growth Dynamics ... - Springer
Recent research has attempted to quantify the energetic components of suspension feeding, including intake of particles, pumping rates, and metabolic costs of ...
Read more >ADuCRF101 User Guide | UG-231 - Analog Devices
At power-up, the core executes from the 16 MHz internal oscillator. User code can select the clock source for the system clock and...
Read more >volume correction factors: Topics by Science.gov
We introduce an exact normalization of modes, not relying on perfectly matched ... Optimum clinical target volume (CTV) to planning target volume (PTV) ......
Read more >162234030.pdf - CORE
The disappearance of the fixation target as a reliable cue127. LIST OF TABLES ... eye movements introduce more motion than what is optimal....
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
The syntax wouldn’t work with Gatling DSL.
target
anddeviation
should be defined on the target, not on the metric.With #3845, we have:
where
plusOrMinus
is an absolute value.How should we have a way to define plusOrMinus as a percentage of the mean? Additional boolean?
Contributions welcome.
Please note that such contribution have to land before we release 3.4.0 or it will be too late.
You can’t push on gatling’s own repo. You have to fork it, push there and then create a PR.