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 057b0621 fix gorilla error.
add 0fc552e7 add py memory track.
No new revisions were added by this update.
Summary of changes:
cpp/bench_mark/src/bench_mark_cpp.cc | 1 +
cpp/bench_mark/src/bench_mark_utils.cc | 12 +-
.../apache/tsfile/benchmark/TsFileBenchmark.java | 126 -
python/bench_mark/bench_mark.py | 36 +-
python/bench_mark/memory_usage_python.csv | 3004 ++++++++++++++++++++
python/examples/bench_read.py | 0
python/requirements.txt | 3 +-
7 files changed, 3048 insertions(+), 134 deletions(-)
delete mode 100644
java/tsfile/src/test/java/org/apache/tsfile/benchmark/TsFileBenchmark.java
create mode 100644 python/bench_mark/memory_usage_python.csv
delete mode 100644 python/examples/bench_read.py