Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Negative value in JSON report #2774

Open
nithinkadam19 opened this issue May 22, 2024 · 2 comments
Open

Negative value in JSON report #2774

nithinkadam19 opened this issue May 22, 2024 · 2 comments
Assignees

Comments

@nithinkadam19
Copy link

nithinkadam19 commented May 22, 2024

HI Team,

I had run a load test and i see results in negative. why is it so ? In "min" its showing as "-6" and also mean is null

  "http.response_time": {
    "min": -6,
    "max": 29420,
    "count": 218984,
    "mean": null,
    "p50": 22,
    "median": 22,
    "p75": 98.5,
    "p90": 407.5,
    "p95": 608,
    "p99": 1249.1,
    "p999": 1408.4

One more thing. I see result file around 20MB. If i am running for a longer duration the result file will be in GB. How do i reduce it ?

@hassy
Copy link
Member

hassy commented May 29, 2024

thanks @nithinkadam19. This looks like a bug, we'll investigate.

@bernardobridge
Copy link
Contributor

bernardobridge commented Jul 9, 2024

Hey @nithinkadam19 👋

We've added some assertions to our test suite to catch this, but so far it hasn't appeared. Would you be able to share any more details about your test? For example:

  • The full JSON report and console log (if you want, you can email it to bernardo@artillery.io)
  • The test script (or any details you can share about it) and config
  • How often are you seeing this happening?

Thank you!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants