This is an automated email from the ASF dual-hosted git repository.
altay pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/beam.git.
from a17f735 [BEAM-12191] Fix a bug that upload_graph doesn't reduce
template file size (#14582)
add ff1e3e8 [BEAM-10029] Spanner IO read and write performance tests
(#13857)
No new revisions were added by this update.
Summary of changes:
.test-infra/jenkins/README.md | 2 +
...> job_PerformanceTests_SpannerIO_Python.groovy} | 62 ++++-----
CHANGES.md | 1 +
.../spannerio_read_perf_test.py} | 133 +++++++++++--------
.../gcp/experimental/spannerio_write_perf_test.py | 146 +++++++++++++++++++++
5 files changed, 257 insertions(+), 87 deletions(-)
copy .test-infra/jenkins/{job_PerformanceTests_BigQueryIO_Python.groovy =>
job_PerformanceTests_SpannerIO_Python.groovy} (61%)
copy sdks/python/apache_beam/io/gcp/{bigquery_read_perf_test.py =>
experimental/spannerio_read_perf_test.py} (50%)
create mode 100644
sdks/python/apache_beam/io/gcp/experimental/spannerio_write_perf_test.py