This is an automated email from the ASF dual-hosted git repository.
robertwb pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/beam.git.
from b834e53 [BEAM-8594] Remove unnecessary error check in DataFlow Runner
add fc77c31 Merge pull request #10044 6x speedup for metrics.
No new revisions were added by this update.
Summary of changes:
.../{utils/counters.pxd => metrics/cells.pxd} | 39 ++++--
sdks/python/apache_beam/metrics/cells.py | 145 ++++++++++++++-------
sdks/python/apache_beam/metrics/execution.pxd | 26 +++-
sdks/python/apache_beam/metrics/execution.py | 140 ++++++++++++--------
sdks/python/apache_beam/metrics/execution_test.py | 6 -
sdks/python/apache_beam/metrics/metric.py | 21 +--
sdks/python/apache_beam/metrics/metric_test.py | 55 ++++----
.../runners/worker/statesampler_fast.pxd | 5 +-
.../runners/worker/statesampler_fast.pyx | 19 ++-
.../runners/worker/statesampler_slow.py | 4 +
sdks/python/setup.py | 1 +
11 files changed, 293 insertions(+), 168 deletions(-)
copy sdks/python/apache_beam/{utils/counters.pxd => metrics/cells.pxd} (54%)