Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

test: add benchmark tools #1800

Merged
merged 22 commits into from
May 25, 2022
Merged

test: add benchmark tools #1800

merged 22 commits into from
May 25, 2022

Conversation

dl239
Copy link
Collaborator

@dl239 dl239 commented May 11, 2022

add long window and deployment performance test

@github-actions
Copy link
Contributor

github-actions bot commented May 11, 2022

SDK Test Report

  75 files    75 suites   6m 45s ⏱️
163 tests 161 ✔️ 2 💤 0
204 runs  202 ✔️ 2 💤 0

Results for commit fdb748a.

♻️ This comment has been updated with latest results.

@github-actions
Copy link
Contributor

github-actions bot commented May 11, 2022

Linux Test Report

       57 files       187 suites   1h 0m 57s ⏱️
  8 503 tests   8 499 ✔️ 4 💤 0
12 489 runs  12 485 ✔️ 4 💤 0

Results for commit 99f5296.

♻️ This comment has been updated with latest results.

@codecov
Copy link

codecov bot commented May 11, 2022

Codecov Report

Merging #1800 (fdb748a) into main (361f44d) will increase coverage by 2.06%.
The diff coverage is n/a.

@@             Coverage Diff              @@
##               main    #1800      +/-   ##
============================================
+ Coverage     73.64%   75.70%   +2.06%     
  Complexity      347      347              
============================================
  Files           614      613       -1     
  Lines        120131   117018    -3113     
  Branches       1015     1024       +9     
============================================
+ Hits          88475    88593     +118     
+ Misses        31447    28216    -3231     
  Partials        209      209              
Impacted Files Coverage Δ
...src/passes/expression/window_iter_analysis_test.cc 77.77% <0.00%> (-22.23%) ⬇️
hybridse/include/codec/row.h 80.00% <0.00%> (-14.12%) ⬇️
src/log/status.h 70.83% <0.00%> (-12.50%) ⬇️
src/nameserver/system_table.cc 77.27% <0.00%> (-11.62%) ⬇️
src/replica/replicate_node.cc 74.30% <0.00%> (-3.92%) ⬇️
src/catalog/distribute_iterator.cc 88.61% <0.00%> (-3.61%) ⬇️
src/log/log_reader.cc 76.47% <0.00%> (-2.65%) ⬇️
hybridse/src/vm/physical_op.cc 79.33% <0.00%> (-2.00%) ⬇️
src/catalog/distribute_iterator.h 50.00% <0.00%> (-1.73%) ⬇️
hybridse/src/node/sql_node.cc 79.79% <0.00%> (-1.07%) ⬇️
... and 80 more

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 361f44d...fdb748a. Read the comment docs.

@dl239 dl239 marked this pull request as ready for review May 20, 2022 02:27
@aceforeverd aceforeverd added the java Pull requests that update Java code label May 25, 2022
@dl239 dl239 changed the title test: update jmh test: add benchmark tools May 25, 2022
benchmark/README.md Outdated Show resolved Hide resolved
@dl239 dl239 merged commit 67dc6a9 into 4paradigm:main May 25, 2022
@dl239 dl239 deleted the test/jmh branch May 25, 2022 14:14
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
java Pull requests that update Java code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants