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

github-bot pushed a change to branch main
in repository https://gitbox.apache.org/repos/asf/datafusion.git


    from ab2823475d Support `columns_sorted` in row_filters (#20497)
     add 8609288ae0 Add --simulate-latency / SIMULATE_LATENCY option to  
dfbench / ./bench.sh (#20954)

No new revisions were added by this update.

Summary of changes:
 Cargo.lock                                  |   2 +
 benchmarks/Cargo.toml                       |   2 +
 benchmarks/bench.sh                         |  43 +++++---
 benchmarks/src/clickbench.rs                |   4 +-
 benchmarks/src/h2o.rs                       |   4 +-
 benchmarks/src/hj.rs                        |   4 +-
 benchmarks/src/imdb/run.rs                  |   6 +-
 benchmarks/src/nlj.rs                       |   4 +-
 benchmarks/src/smj.rs                       |   4 +-
 benchmarks/src/sort_tpch.rs                 |   4 +-
 benchmarks/src/tpcds/run.rs                 |   4 +-
 benchmarks/src/tpch/run.rs                  |   6 +-
 benchmarks/src/util/latency_object_store.rs | 157 ++++++++++++++++++++++++++++
 benchmarks/src/util/mod.rs                  |   1 +
 benchmarks/src/util/options.rs              |  28 ++++-
 15 files changed, 237 insertions(+), 36 deletions(-)
 create mode 100644 benchmarks/src/util/latency_object_store.rs


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to