pranavbhandari24 commented on code in PR #29226: URL: https://github.com/apache/beam/pull/29226#discussion_r1378147441
########## sdks/python/apache_beam/testing/analyzers/load_test_perf_analysis.py: ########## @@ -0,0 +1,64 @@ +import argparse +import logging +from apache_beam.testing.analyzers import constants +from apache_beam.testing.analyzers import perf_analysis_utils +from apache_beam.testing.analyzers import perf_analysis +from apache_beam.testing.analyzers.perf_analysis_utils import MetricContainer, TestConfigContainer +from google.cloud import bigquery Review Comment: Done -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
