This is an automated email from the ASF dual-hosted git repository.
kamilwu pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/beam.git.
from 5cc46df Merge pull request #11750: [BEAM-9900] Fix polling behavior
in UnboundedSourceWrapper
add a9014b2 [BEAM-9633] Add namespace parameter to MetricReader
add 7708c63 [BEAM-9633] Add more parameters to pubsub matcher
add 7525bdf [BEAM-9633] Add pubsubio performance tests
add a355f6d [BEAM-9633] Add jenkins job for python pubsubio tests
add 836d0ad Merge pull request #11274: [BEAM-9633] Add PubsubIO
performance test
No new revisions were added by this update.
Summary of changes:
.test-infra/jenkins/CommonTestProperties.groovy | 2 +-
.test-infra/jenkins/LoadTestsBuilder.groovy | 13 +-
.../job_PerformanceTests_PubsubIO_Python.groovy | 72 +++++++
.../apache_beam/io/gcp/pubsub_io_perf_test.py | 220 +++++++++++++++++++++
.../apache_beam/io/gcp/tests/pubsub_matcher.py | 25 ++-
.../testing/benchmarks/chicago_taxi/preprocess.py | 1 +
.../benchmarks/chicago_taxi/process_tfma.py | 1 +
.../chicago_taxi/tfdv_analyze_and_validate.py | 1 +
.../apache_beam/testing/load_tests/build.gradle | 7 +
.../apache_beam/testing/load_tests/load_test.py | 11 +-
.../testing/load_tests/load_test_metrics_utils.py | 4 +-
11 files changed, 344 insertions(+), 13 deletions(-)
create mode 100644
.test-infra/jenkins/job_PerformanceTests_PubsubIO_Python.groovy
create mode 100644 sdks/python/apache_beam/io/gcp/pubsub_io_perf_test.py