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

Report memory usage in performance tests. #5899

Merged
merged 6 commits into from Jul 16, 2019
Merged

Report memory usage in performance tests. #5899

merged 6 commits into from Jul 16, 2019

Conversation

akuzm
Copy link
Contributor

@akuzm akuzm commented Jul 5, 2019

I hereby agree to the terms of the CLA available at: https://yandex.ru/legal/cla/?lang=en

For changelog. Remove if this is non-significant change.

Category (leave one):

  • Build/Testing/Packaging Improvement

Short description (up to few sentences):
Report memory usage in performance tests.

@akuzm akuzm marked this pull request as ready for review July 9, 2019 13:39
@akuzm akuzm requested a review from alesapin July 9, 2019 13:39
dbms/programs/performance-test/PerformanceTest.cpp Outdated Show resolved Hide resolved
return;
}

// Pull memory usage data from query log. The log entries take some time
Copy link
Member

Choose a reason for hiding this comment

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

Maybe we can avoid retries with SYSTEM FLUSH LOGS?

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Good idea, changed to use it.

dbms/src/DataStreams/RemoteBlockInputStream.h Outdated Show resolved Hide resolved
dbms/programs/performance-test/ConfigPreprocessor.cpp Outdated Show resolved Hide resolved
dbms/programs/performance-test/PerformanceTest.cpp Outdated Show resolved Hide resolved
@alesapin alesapin merged commit f5b7523 into master Jul 16, 2019
@akuzm akuzm added the pr-build Pull request with build/testing/packaging improvement label Jul 25, 2019
@akuzm akuzm deleted the aku/perftest-mem branch December 9, 2019 15:31
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
pr-build Pull request with build/testing/packaging improvement
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants