question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Core: Introduce `deviatesAround` assertion target

See original GitHub issue

I 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:closed
  • Created 4 years ago
  • Comments:5 (5 by maintainers)

github_iconTop GitHub Comments

1reaction
slandellecommented, Aug 5, 2020

The syntax wouldn’t work with Gatling DSL. target and deviation should be defined on the target, not on the metric.

With #3845, we have:

global.requestsPerSec.around(mean = 10, plusOrMinus = 5, inclusive = true)

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.

0reactions
slandellecommented, Aug 10, 2020

You can’t push on gatling’s own repo. You have to fork it, push there and then create a PR.

Read more comments on GitHub >

github_iconTop 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 >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found