This is an automated email from the ASF dual-hosted git repository.
kou pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/arrow.git.
from d76909a ARROW-11926: [R] preparations for ucrt toolchains
add 2ece340 ARROW-10031: [CI][Java] Support Java benchmark in Archery
No new revisions were added by this update.
Summary of changes:
dev/archery/archery/benchmark/jmh.py | 201 +++++++++++++++++++++++++++++++
dev/archery/archery/benchmark/runner.py | 169 ++++++++++++++++++++------
dev/archery/archery/cli.py | 155 ++++++++++++++++++------
dev/archery/archery/lang/java.py | 47 ++++++++
dev/archery/archery/utils/maven.py | 204 ++++++++++++++++++++++++++++++++
dev/archery/archery/utils/source.py | 5 +
java/performance/pom.xml | 11 ++
7 files changed, 723 insertions(+), 69 deletions(-)
create mode 100644 dev/archery/archery/benchmark/jmh.py
create mode 100644 dev/archery/archery/utils/maven.py