This is an automated email from the ASF dual-hosted git repository.
lzljs3620320 pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-paimon.git
from 0ca8f8bfa [test] Reduce failure number in
FlinkCdcSyncDatabaseSinkITCase
add 331d8746f [benchmark] Add table read benchmark (#2834)
No new revisions were added by this update.
Summary of changes:
.../org/apache/paimon/benchmark/Benchmark.java | 7 +-
.../apache/paimon/benchmark/TableBenchmark.java | 4 +-
.../paimon/benchmark/TableReadBenchmark.java | 136 +++++++++++++++++++++
.../paimon/benchmark/TableWriterBenchmark.java | 2 +-
4 files changed, 143 insertions(+), 6 deletions(-)
create mode 100644
paimon-benchmark/paimon-micro-benchmarks/src/test/java/org/apache/paimon/benchmark/TableReadBenchmark.java