This is an automated email from the ASF dual-hosted git repository.
alpinegizmo pushed a change to branch 39443
in repository https://gitbox.apache.org/repos/asf/flink-benchmarks.git
omit 3bb60b7 [FLINK-39443][release] Update master to 2.4-SNAPSHOT
add 414ae78 [FLINK-38944][benchmark] Introduce a benchmark on adaptive
partition selection for RescalePartitioner and RebalancePartitioner
add bd31161 [FLINK-39787][build] Map runner hostname to loopback to avoid
SSL SAN mismatch
add 8882010 [hotfix] Update Github Actions for checkout, Java and Maven
add b15b726 [FLINK-39443][release] Update master to 2.4-SNAPSHOT
This update added new revisions after undoing existing revisions.
That is to say, some revisions that were in the old version of the
branch are not in the new version. This situation occurs
when a user --force pushes a change and generates a repository
containing something like this:
* -- * -- B -- O -- O -- O (3bb60b7)
\
N -- N -- N refs/heads/39443 (b15b726)
You should already have received notification emails for all of the O
revisions, and so the following emails describe only the N revisions
from the common base, B.
Any revisions marked "omit" are not gone; other references still
refer to them. Any revisions marked "discard" are gone forever.
No new revisions were added by this update.
Summary of changes:
.github/workflows/ci.yml | 23 ++++-
.../AdaptivePartitionThroughputBenchmark.java | 107 +++++++++++++++++++++
.../functions/SkewableHigherMultiply.java | 52 ++++++++++
3 files changed, 179 insertions(+), 3 deletions(-)
create mode 100644
src/main/java/org/apache/flink/benchmark/AdaptivePartitionThroughputBenchmark.java
create mode 100644
src/main/java/org/apache/flink/benchmark/functions/SkewableHigherMultiply.java