You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@beam.apache.org by tv...@apache.org on 2022/12/22 18:44:03 UTC

[beam] branch master updated (eb23b0a123e -> 94c6212a38f)

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

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


    from eb23b0a123e Merge pull request #24760: Fix POM of beam-sdks-java-core
     add 94c6212a38f Change Point Analysis (#23931)

No new revisions were added by this update.

Summary of changes:
 .github/workflows/run_perf_alert_tool.yml          |  59 ++++++
 .../python/apache_beam/testing/analyzers/README.md |  97 ++++++++++
 .../apache_beam/testing/analyzers}/__init__.py     |   0
 .../testing/analyzers/analyze_metric_data.ipynb    | 172 +++++++++++++++++
 .../apache_beam/testing/analyzers/constants.py     |  68 +++++++
 .../testing/analyzers/github_issues_utils.py       | 196 +++++++++++++++++++
 .../apache_beam/testing/analyzers/perf_analysis.py | 192 ++++++++++++++++++
 .../testing/analyzers/perf_analysis_test.py        | 198 +++++++++++++++++++
 .../testing/analyzers/perf_analysis_utils.py       | 214 +++++++++++++++++++++
 .../analyzers/tests_config.yaml}                   |  35 ++--
 .../testing/load_tests/load_test_metrics_utils.py  |  24 ++-
 sdks/python/scripts/generate_pydoc.sh              |   1 +
 12 files changed, 1235 insertions(+), 21 deletions(-)
 create mode 100644 .github/workflows/run_perf_alert_tool.yml
 create mode 100644 sdks/python/apache_beam/testing/analyzers/README.md
 copy {.test-infra/jenkins/dependency_check => sdks/python/apache_beam/testing/analyzers}/__init__.py (100%)
 create mode 100644 sdks/python/apache_beam/testing/analyzers/analyze_metric_data.ipynb
 create mode 100644 sdks/python/apache_beam/testing/analyzers/constants.py
 create mode 100644 sdks/python/apache_beam/testing/analyzers/github_issues_utils.py
 create mode 100644 sdks/python/apache_beam/testing/analyzers/perf_analysis.py
 create mode 100644 sdks/python/apache_beam/testing/analyzers/perf_analysis_test.py
 create mode 100644 sdks/python/apache_beam/testing/analyzers/perf_analysis_utils.py
 copy sdks/python/apache_beam/{coders/avro_record.py => testing/analyzers/tests_config.yaml} (52%)