This is an automated email from the ASF dual-hosted git repository.
github-bot pushed a change to branch
dependabot/maven/org.apache.thrift-libthrift-0.14.0
in repository https://gitbox.apache.org/repos/asf/flink-benchmarks.git
discard ce5148f Bump libthrift from 0.13.0 to 0.14.0
add 0bafe0e [hotfix] Update flink-shaded to 16.1
add 9fa36c4 [FLINK-30717][ci] Migrate to GitHub Actions
add 79fdbaf [hotfix] Bump Flink to 1.18-SNAPSHOT
add b21a946 [FLINK-27571][benchmark] Recognize 'less is better'
benchmarks in regression detection script
add 1a6da18 [FLINK-30870][benchmark] Replace sending slack messages with
attachments
add 46233a8 [hotfix] Update libssl dependency to repair CI
add 7d2013a [FLINK-29825] Replace median-based regression detect
algorithm with max/min-based algorithm
add d797583 [FLINK-31561] Add execute permission for regression_report_v2
add 56fefb4 [FLINK-26910][Benchmarks] Update Protobuf version.
add 87c425f [FLINK-31925][Benchmarks] Update and sync dependency versions
add 1790e93 [hotfix] Update `setup-maven` Github Actions workflow to
latest version
add c8cfb71 [hotfix] Fix CI libssl install failures
add 9f56e89 [FLINK-32018][Benchmarks] Revert jmh version to 1.19
add f99e5ca Bump libthrift from 0.13.0 to 0.14.0
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 (ce5148f)
\
N -- N -- N
refs/heads/dependabot/maven/org.apache.thrift-libthrift-0.14.0 (f99e5ca)
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 | 50 ++++++++++++++
.travis.yml | 10 ---
jenkinsfiles/regression-check.jenkinsfile | 12 +++-
pom.xml | 18 ++---
regression_report.py | 26 ++++---
regression_report_v2.py | 110 ++++++++++++++++++++++++++++++
save_jmh_result.py | 14 +++-
7 files changed, 208 insertions(+), 32 deletions(-)
create mode 100644 .github/workflows/ci.yml
delete mode 100644 .travis.yml
create mode 100755 regression_report_v2.py