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

Add detailed load test results #16

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

victor-marino
Copy link

@victor-marino victor-marino commented Sep 21, 2023

Hey there!

Here's my PR addressing #15 to show a full report after each load test. It includes:

  • Total time elapsed for the full load test
  • Full table showing the result and delay of each individual query
  • Minor formatting tweaks (just my personal take, feel free to modify as you see fit of course!)

Here's a screenshot showing the way it looks:
insomnia_load_test_report

Note:
In your original summary table (which I haven't modified), the "total time" you display only takes into account successful requests. As you can see, I have added below the total end to end time taken by the full load test, as I think it's very useful.

However, since your numbers don't include the time corresponding to failed results, they don't add up with mine, which could look a bit confusing to the user.

Let me know if you'd like to modify the summary table to also show the time taken by failed requests, so things are clearer.

feat: Complete implementation of detailed results table. Formatting tweaks.

feat: Fix bug and add total elapsed time.
@victor-marino victor-marino changed the title feat: Initial implementation of detailed result table. WIP. Add detailed load test results Sep 22, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant