Giter VIP home page Giter VIP logo

Comments (5)

slandelle avatar slandelle commented on May 27, 2024 1

Re-opening. I'm investigating displaying doubles with 2 digits.

from gatling.

Isammoc avatar Isammoc commented on May 27, 2024

Hi @fingerdancer

The KO number is not zero but the KO percentage is 0%

How do you expect that gatling compute the percentage?

By definition, the percentage is count / total * 100 %.
For instance, for your "Payment Page(OPF)" line:

  • total is 5000
  • count (of KO) is 24

The computation is:

  • count / total * 100 %
  • 24 / 5000 * 100 %
  • 0.0042 * 100 %
  • 0.42 %

As usual with percentage, gatling rounds them to the nearest integer.
As the value is less than 0.5 the nearest is... 0
What is effectively displayed in the reports.

So, what is the error exactly?

For any question, I suggest to ask them on our community forum, as the GitHub tracker is only for Bugs and validated Feature Requests.

Cheers!

from gatling.

fingerdancer avatar fingerdancer commented on May 27, 2024

@Isammoc got it. thanks for you reply, that is to say, if value is less than 0.5%, it will be 0%. is it gatling default behavior ? can I let it to show 0.42% througn some configuration ?

from gatling.

fingerdancer avatar fingerdancer commented on May 27, 2024

Hello @slandelle , thanks for your great support. I noticed that you have fixed this issue, then what shoud I do ? I'm using the latest io.gatling.gradle 3.10.5 plugin. I need wait for the future new version which have fixed this issue, right ?

from gatling.

slandelle avatar slandelle commented on May 27, 2024

I need wait for the future new version which have fixed this issue, right ?

Yes. The next release will be 3.11.0.

from gatling.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.