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

Added the Test run time to the Locust UI #346

Closed
wants to merge 3 commits into from

Conversation

BeardedUnicorn
Copy link

This PR will add the run time to the Locust Web UI.

@DanielWebster
Copy link

+1

# return the time that the test has been running for.
self.run_time = int(time.time() - self.start_time)
except Exception as ex:
print(ex)
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

is it useful to just print the exception and continue like this?
this exception doesn't seem like it could ever be raised here.

@BeardedUnicorn
Copy link
Author

@cgoldberg Thanks, you're right, it's been removed.

@mbeacom
Copy link
Member

mbeacom commented Sep 8, 2017

@secretobsession Thank you for the contribution! Would you mind rebasing this branch?

@cyberw
Copy link
Collaborator

cyberw commented Oct 19, 2019

Hi @secretobsession ! This PR has been idle for very long and has conflicts, so I am closing it. Feel free to reopen if this is still important to you!

@cyberw cyberw closed this Oct 19, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

5 participants