-
Notifications
You must be signed in to change notification settings - Fork 665
Fix broken test #4213
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
Fix broken test #4213
Conversation
⚪
|
⚪
|
{"ResultSet":{"Tasks":{"sum":2,"count":2,"avg":1,"max":1,"min":1},"CpuTimeUs":{"sum":"3ms","count":2,"avg":"1ms","max":"2ms","min":"965us"},"IngressBytes":{"sum":6333256,"count":1,"avg":6333256,"max":6333256,"min":6333256},"IngressRows":{"sum":200026,"count":1,"avg":200026,"max":200026,"min":200026},"InputBytes":{"sum":1044,"count":1,"avg":1044,"max":1044,"min":1044},"InputRows":{"sum":10,"count":1,"avg":10,"max":10,"min":10},"OutputBytes":{"sum":2088,"count":2,"avg":1044,"max":1044,"min":1044},"OutputRows":{"sum":20,"count":2,"avg":10,"max":10,"min":10},"ResultBytes":{"sum":1044,"count":1,"avg":1044,"max":1044,"min":1044},"ResultRows":{"sum":10,"count":1,"avg":10,"max":10,"min":10},"MaxMemoryUsage":{"sum":272629760,"count":2,"avg":136314880,"max":241172480,"min":31457280}}} |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
и насколько стабильной будет статистика по памяти? она не будет плавать и приводить к фейлам теста?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Это выхлоп обработки соседнего файла, тут всё должно быть стабильно
No description provided.