You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@arrow.apache.org by bk...@apache.org on 2021/02/24 20:28:33 UTC

[arrow] branch master updated (4de992c -> 81e9417)

This is an automated email from the ASF dual-hosted git repository.

bkietz pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/arrow.git.


    from 4de992c  ARROW-11738: [Rust][DataFusion] Fix Concat and Trim Functions
     add 81e9417  ARROW-11575: [Developer][Archery] Expose execution time in benchmark results

No new revisions were added by this update.

Summary of changes:
 dev/archery/archery/{utils => benchmark}/codec.py |   2 +
 dev/archery/archery/benchmark/core.py             |   5 +-
 dev/archery/archery/benchmark/google.py           |   4 +-
 dev/archery/archery/cli.py                        |   2 +-
 dev/archery/tests/test_benchmarks.py              | 153 ++++++++++++++++++++--
 5 files changed, 150 insertions(+), 16 deletions(-)
 rename dev/archery/archery/{utils => benchmark}/codec.py (97%)