gtest custom print display expected value obtained value #4089
Unanswered
nicola-lunghi
asked this question in
Community Help
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi,
I have a set of test that measure performance that needs to be in a custom range of values to be ok -> if the value is too low or too high other problem could be happening
so I have to check that a value is in an expected range (or tollerance)
for example : I need to have 1Gb/s throughput +-10% on one test.
RESULT | Expected value | tollerance | Measured value
PASS | 1Gb/s | 10% | 1.01Gb/s
Any idea?
Thanks,
Nick
Beta Was this translation helpful? Give feedback.
All reactions