apache / incubator-hugegraph-commons

(Archived Warning)Please visit "apache/hugegraph" repo instead
https://github.com/apache/hugegraph/tree/master/hugegraph-commons
Apache License 2.0
29 stars 45 forks source link

add BarrierEvent #60

Closed houzhizhen closed 3 years ago

codecov[bot] commented 3 years ago

Codecov Report

Merging #60 (7ffdf85) into master (37de7be) will increase coverage by 0.06%. The diff coverage is 91.42%.

Impacted file tree graph

@@             Coverage Diff              @@
##             master      #60      +/-   ##
============================================
+ Coverage     84.53%   84.60%   +0.06%     
- Complexity      738      745       +7     
============================================
  Files            57       58       +1     
  Lines          2115     2150      +35     
  Branches        316      320       +4     
============================================
+ Hits           1788     1819      +31     
  Misses          188      188              
- Partials        139      143       +4     
Impacted Files Coverage Δ Complexity Δ
...ava/com/baidu/hugegraph/version/CommonVersion.java 50.00% <ø> (ø) 1.00 <0.00> (ø)
...a/com/baidu/hugegraph/concurrent/BarrierEvent.java 91.42% <91.42%> (ø) 8.00 <8.00> (?)
...n/java/com/baidu/hugegraph/concurrent/KeyLock.java 78.43% <0.00%> (-1.97%) 25.00% <0.00%> (-1.00%)
.../main/java/com/baidu/hugegraph/event/EventHub.java 80.55% <0.00%> (-1.39%) 26.00% <0.00%> (-1.00%)
.../main/java/com/baidu/hugegraph/perf/Stopwatch.java 87.75% <0.00%> (+2.04%) 21.00% <0.00%> (+1.00%)

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 37de7be...7ffdf85. Read the comment docs.