You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@beam.apache.org by da...@apache.org on 2022/09/06 14:24:35 UTC

[beam] branch master updated (c02c63ff6f0 -> 72315226697)

This is an automated email from the ASF dual-hosted git repository.

damccorm pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/beam.git


    from c02c63ff6f0 Fix withCheckStopReadingFn to not cause the pipeline to crash (#22962)
     add 72315226697 Inference benchmark tests (#21738)

No new revisions were added by this update.

Summary of changes:
 .test-infra/jenkins/LoadTestsBuilder.groovy        |   9 +-
 .../job_InferenceBenchmarkTests_Python.groovy      | 158 +++++++++++++++++++++
 .../inference/pytorch_image_classification.py      |   6 +-
 .../inference/pytorch_language_modeling.py         |  31 ++--
 .../testing/benchmarks/inference}/__init__.py      |   0
 .../pytorch_image_classification_benchmarks.py     |  67 +++++++++
 .../pytorch_language_modeling_benchmarks.py}       |  31 ++--
 .../apache_beam/testing/load_tests/build.gradle    |  12 ++
 sdks/python/scripts/generate_pydoc.sh              |   1 +
 9 files changed, 288 insertions(+), 27 deletions(-)
 create mode 100644 .test-infra/jenkins/job_InferenceBenchmarkTests_Python.groovy
 copy {.test-infra/jenkins/dependency_check => sdks/python/apache_beam/testing/benchmarks/inference}/__init__.py (100%)
 create mode 100644 sdks/python/apache_beam/testing/benchmarks/inference/pytorch_image_classification_benchmarks.py
 copy sdks/python/apache_beam/{io/flink/flink_streaming_impulse_source_test.py => testing/benchmarks/inference/pytorch_language_modeling_benchmarks.py} (52%)