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

Finish result in Operation::getResult() and add size to performance digest #190

Merged
merged 4 commits into from Feb 28, 2019
Merged

Finish result in Operation::getResult() and add size to performance digest #190

merged 4 commits into from Feb 28, 2019

Conversation

niklas88
Copy link
Member

@niklas88 niklas88 commented Feb 5, 2019

Doing result->finish() in Operation::getResult() makes sure that no other
thread accesses an unfinished RuntimeInformation. Also it is easier to
maintain and resembles the use of result->abort()

We also add the result size (rows and columns) to the performance
digest.

Doing result->finish() in Operation::getResult() makes sure no other
thread accesses an unfinished RuntimeInformation. Also it is easier to
maintain and resembles the use of result->abort()

We also add the result size (rows and columns) to the performance
digest.
We already import it so we may as well use it here too.
Also we can now have non string values in details and with some trickery
they even print with thousandth separators.
Copy link
Member

@floriankramer floriankramer left a comment

Choose a reason for hiding this comment

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

LGTM

@niklas88 niklas88 merged commit a80e5b6 into ad-freiburg:master Feb 28, 2019
@niklas88 niklas88 deleted the sizes_in_digests branch July 19, 2019 09:22
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.

None yet

2 participants