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


    omit 2095f129 fix gorilla error.
    omit 0ca91052 fix some compress error.
    omit 6fe8de47 add some bench mark.
    omit faa83252 fix some code.
    omit 8b278beb fix some error.
    omit 709f3aac fix deserialize.
    omit 6b1bf8a8 add read bench mark.
    omit 9481b4f3 add tsfile writing bench mark.
    omit 84abd93a add write bench mark.
    omit a1521362 tmp code.
    omit d035064e benchMark tmp.
    omit 26abc918 add benchmark.
    omit c9965ba8 tmp benchmark.
    omit c9db8d1e Fix python check isnull. (#458)
    omit c7d21f3a Add branch protection for develop branches (#457)
    omit 2ce0ed4a fix segv when flush data. (#455)
    omit 94f1e9ce fix compile on clang 17. (#454)
    omit e2557e54 fix lower case in python.
    omit 37dcffbc add getter for encryptParam (#447)
    omit ee25c3fb Fixed the empty string ser/de bug & null string[] array 
calculation bug
    omit ef11ec92 fix writer add memory threshold. (#446)
    omit d4a11413 fix column datatype mismatch (#444)
    omit 271fa6d0 Fix data losing and loading tsfile in iotdb.
    omit a6581623 primitive type compatible (#437)
    omit 9c45be51 Refactor header packaging & fix zlib missing header (#434)
    omit bb55b9ae revert last change in cmake list (#438)
    omit 0adbc26b fix for reset bug and add ut (#435)
    omit 89a31913 Fix py read error (#433)
    omit 8b44f2f7 Release pointer in demo_write.cpp; Fix the error usage of 
maven in cpp example (#430)
    omit 69ff73d7 fix compile in demo_cpp. (#432)
    omit 5dc3ee5e Separate header file dependencies for test and src. (#364)
    omit c852f8d5 Fix demos & multi device & multi flush (#431)
    omit e18bd44d fix read multi-large pages (#429)
    omit 5b923291 Add cpp read comment (#426)
    omit 434f0cb7 Fix bugs and optimize TS2diff encoding. (#428)
    omit 2c2e9117 Fix large page read and bitmap index (#427)
    omit 5ab2840a Add support for py V4. (#388)
    omit 128d3918 Fix losing first page and missing time column in result set 
metadata (#420)
    omit 43e81495 compaction adapting new type when table alter column type 
(#415)
    omit 0f1ab168 Example c cpp (#418)
    omit 642cea81 fix snappy double free bug and add ut (#416)
    omit 1bb58c77 correct version in readme
    omit 2882d5d9 C++ Tsfile V4 read (#409)
    omit 8f4fffea Revert "update github workflow for cpp"
    omit c09988eb update github workflow for cpp
    omit 06036eff Fix date string parse error (#413)
    omit abfbfb8c Fix float encoder overflow when float value itself over int 
range (#412)
    omit 1beaf27c support C wrapper for tsfile v4. (#387)
    omit 535de84c Update doap_tsfile.rdf
    omit fc3ab700 Bump org.codehaus.mojo:exec-maven-plugin from 1.1.1 to 3.5.0 
(#392)
    omit 09d291a2 Supplement 2.0.0 version UserGuide and modify Download (#365)
    omit 3e899211 update download (#398)
    omit b5c3e0ef Don't print exception log when thread is interrupted (#386)
    omit 71652276 fix error version (#397)
    omit 9f8ab126 Correct the retained size calculation for BinaryColumn and 
BinaryColumnBuilder
    omit d201c198 trivial doc fix (#389)
    omit d9e00ebf Fix TsFile example compile issue (#396)
    omit 03c3aa6a Add more interface
    omit 59b8d0ba Add TableDeviceChunkMetadata for tabel model
    omit 2b0e1533 update version to 2.1.0
    omit a5ba3b90 Publish build scans to develocity.apache.org (#385)
    omit 00002d66 Implemented the V4 tree model and table model write processes
     add 20df2458 add benchmark for tsfile java.
     add 28821c7b Implemented the V4 tree model and table model write processes
     add 95dd7391 Publish build scans to develocity.apache.org (#385)
     add ae1853ca update version to 2.1.0
     add 7ab42599 Add TableDeviceChunkMetadata for tabel model
     add 6da92146 Add more interface
     add e7798610 Fix TsFile example compile issue (#396)
     add 571becc1 trivial doc fix (#389)
     add 2e48a5b5 Correct the retained size calculation for BinaryColumn and 
BinaryColumnBuilder
     add c7e3e423 fix error version (#397)
     add d706710a Don't print exception log when thread is interrupted (#386)
     add f7f149e9 update download (#398)
     add e8927f10 Supplement 2.0.0 version UserGuide and modify Download (#365)
     add f7cd9100 Bump org.codehaus.mojo:exec-maven-plugin from 1.1.1 to 3.5.0 
(#392)
     add 87acfd97 Update doap_tsfile.rdf
     add 2f0c7615 support C wrapper for tsfile v4. (#387)
     add 64b21b24 Fix float encoder overflow when float value itself over int 
range (#412)
     add c7233223 Fix date string parse error (#413)
     add 5694fef2 update github workflow for cpp
     add 4f59f52d Revert "update github workflow for cpp"
     add a95712cd C++ Tsfile V4 read (#409)
     add 4d2bf294 correct version in readme
     add 9e10d5a4 fix snappy double free bug and add ut (#416)
     add 67ec3fa0 Example c cpp (#418)
     add 7f362b25 compaction adapting new type when table alter column type 
(#415)
     add a4b3deb4 Fix losing first page and missing time column in result set 
metadata (#420)
     add 67291920 Add support for py V4. (#388)
     add a0678232 Fix large page read and bitmap index (#427)
     add df1d3820 Fix bugs and optimize TS2diff encoding. (#428)
     add b3228acb Add cpp read comment (#426)
     add 430fa281 fix read multi-large pages (#429)
     add d7811048 Fix demos & multi device & multi flush (#431)
     add 5057fff3 Separate header file dependencies for test and src. (#364)
     add 1b06c48f fix compile in demo_cpp. (#432)
     add 9881737d Release pointer in demo_write.cpp; Fix the error usage of 
maven in cpp example (#430)
     add 5e28ccef Fix py read error (#433)
     add 99669f0d fix for reset bug and add ut (#435)
     add 07b10d38 revert last change in cmake list (#438)
     add adaed7bf Refactor header packaging & fix zlib missing header (#434)
     add cdafba40 primitive type compatible (#437)
     add 6d84b0e8 Fix data losing and loading tsfile in iotdb.
     add b3998b9f fix column datatype mismatch (#444)
     add c95864f3 fix writer add memory threshold. (#446)
     add 05eb2042 Fixed the empty string ser/de bug & null string[] array 
calculation bug
     add bb53924d add getter for encryptParam (#447)
     add f3b4762a fix lower case in python.
     add 16990f9d fix compile on clang 17. (#454)
     add 0e70d041 fix segv when flush data. (#455)
     add c0ef37d2 Add branch protection for develop branches (#457)
     add 46ed0699 Fix python check isnull. (#458)
     add 2a6ad8b2 tmp benchmark.
     add 6e486685 add benchmark.
     add 6d70ea28 benchMark tmp.
     add fddf30e2 tmp code.
     add 19da05c0 add write bench mark.
     add 5a8f4647 add tsfile writing bench mark.
     add 23acd36a add read bench mark.
     add 041476a1 fix deserialize.
     add 02dc3983 fix some error.
     add d0339f80 fix some code.
     add a6b1a234 add some bench mark.
     add 488338a9 fix benchmark.
     add ece1d444 fix some compress error.
     add 057b0621 fix gorilla error.

This update added new revisions after undoing existing revisions.
That is to say, some revisions that were in the old version of the
branch are not in the new version.  This situation occurs
when a user --force pushes a change and generates a repository
containing something like this:

 * -- * -- B -- O -- O -- O   (2095f129)
            \
             N -- N -- N   refs/heads/bench_mark (057b0621)

You should already have received notification emails for all of the O
revisions, and so the following emails describe only the N revisions
from the common base, B.

Any revisions marked "omit" are not gone; other references still
refer to them.  Any revisions marked "discard" are gone forever.

No new revisions were added by this update.

Summary of changes:
 cpp/bench_mark/src/bench_mark.cc                   |  30 ++++-
 cpp/bench_mark/src/bench_mark_c.cc                 |  61 ++++++----
 cpp/bench_mark/src/bench_mark_cpp.cc               |  64 +++++++----
 cpp/bench_mark/src/bench_mark_utils.cc             |  65 +++++++++--
 cpp/bench_mark/src/bench_mark_utils.h              |   3 +-
 .../apache/tsfile/benchmark/TsFileBenchmark.java   | 126 +++++++++++++++++++++
 6 files changed, 291 insertions(+), 58 deletions(-)
 create mode 100644 
java/tsfile/src/test/java/org/apache/tsfile/benchmark/TsFileBenchmark.java

Reply via email to