This is an automated email from the ASF dual-hosted git repository.
colinlee pushed a change to branch bench_mark
in repository https://gitbox.apache.org/repos/asf/tsfile.git
from 6b1bf8a8 add read bench mark.
add 709f3aac fix deserialize.
add 8b278beb fix some error.
No new revisions were added by this update.
Summary of changes:
cpp/bench_mark/src/bench_conf.h | 2 +-
cpp/bench_mark/src/bench_mark.cc | 5 ++-
cpp/bench_mark/src/bench_mark_c.cc | 31 +++++++++++++++-
cpp/bench_mark/src/bench_mark_c_cpp.h | 1 +
cpp/bench_mark/src/bench_mark_cpp.cc | 14 +++++--
cpp/src/common/tsfile_common.cc | 4 +-
cpp/src/common/tsfile_common.h | 19 ++++------
cpp/src/file/tsfile_io_reader.cc | 43 +++++++++++-----------
cpp/src/file/tsfile_io_reader.h | 11 +++---
cpp/src/reader/device_meta_iterator.cc | 4 +-
cpp/test/common/tsfile_common_test.cc | 28 ++++++--------
.../src/main/java/org/apache/tsfile/BenchMark.java | 30 ++++++++++++---
python/bench_mark/bench_mark.py | 20 ++++++++--
13 files changed, 137 insertions(+), 75 deletions(-)