This is an automated email from the ASF dual-hosted git repository.
zeroshade pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/arrow.git
from 394ba14d79 ARROW-18088: [CI][Python] Fix pandas master/nightly build
failure related to timedelta (#14460)
add 4ce64537e5 ARROW-17751: [Go][Benchmarking] Add Go Benchmark Script
(#14148)
No new revisions were added by this update.
Summary of changes:
.github/workflows/go.yml | 41 +++++++++++---
ci/scripts/go_bench.sh | 55 +++++++++++++++++++
ci/scripts/go_bench_adapt.py | 91 ++++++++++++++++++++++++++++++++
go/arrow/csv/reader_test.go | 2 +-
go/parquet/pqarrow/reader_writer_test.go | 2 +-
5 files changed, 182 insertions(+), 9 deletions(-)
create mode 100644 ci/scripts/go_bench.sh
create mode 100644 ci/scripts/go_bench_adapt.py