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

Ability to turn off multiple requests for performance measurements #95

Open
3 tasks
conorsexton opened this issue Jun 27, 2019 · 0 comments
Open
3 tasks
Labels
user story Indicates a full user story (vs. an auxiliary task or sub-task)

Comments

@conorsexton
Copy link
Member

User story

As a developer testing microservices, I should be able to send mockups to my destination as one request per mockup, so that I’m not required to send redundant HTTP requests.

Acceptance criteria

  • Destination panel has UI element to turn off performance metrics (or to turn off default behavior of sending HTTP request 10 times)
  • Toggling the preference in the UI does prevent multiple HTTP requests
  • Performance metrics for single request display as expected

Other possible approach

Since we send multiple mockups to the destination panel, we could calculate the average performance between them, instead of multiple requests per mockup.

@conorsexton conorsexton added the user story Indicates a full user story (vs. an auxiliary task or sub-task) label Jun 27, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
user story Indicates a full user story (vs. an auxiliary task or sub-task)
Projects
None yet
Development

No branches or pull requests

1 participant