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

SimpeLoad should log time to first result as well as total execution time for WARN/ERROR/THROW #22

Open
bartread opened this issue Dec 24, 2016 · 0 comments
Assignees
Labels

Comments

@bartread
Copy link
Contributor

At the moment it collects this information but does not log it so the time reported includes both the query execution time, and the time taken to map objects.

Whilst map time should be fairly insignificant, except for very large result sets (and even then it should be in the minority) the time to first result will give a much better impression of how long a query took to run.

SimpleLoad collects this information; I just forgot to report it.

@bartread bartread added the bug label Dec 24, 2016
@bartread bartread self-assigned this Dec 24, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant