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

✨ Feat : Counter #28

Merged
merged 6 commits into from
Apr 3, 2024
Merged

✨ Feat : Counter #28

merged 6 commits into from
Apr 3, 2024

Conversation

ooMia
Copy link
Contributor

@ooMia ooMia commented Mar 29, 2024

개요

  • 다양한 카운터 구현체

변경 사항

  • ✨ Feat : BasicCounter
  • ✨ Feat : LockCounter
  • ✨ Feat : PollingCounter
  • ✨ Feat : BatchingCounter

추가 정보

  • 다양한 테스트

관련 이슈

#17

codecov

@ooMia ooMia added the enhancement New feature or request label Mar 29, 2024
@ooMia ooMia added this to the 스레드 동시성 제어 milestone Mar 29, 2024
@ooMia ooMia self-assigned this Mar 29, 2024
Copy link

codecov bot commented Mar 29, 2024

Codecov Report

Attention: Patch coverage is 97.29730% with 1 lines in your changes are missing coverage. Please review.

Project coverage is 97.77%. Comparing base (ed4626c) to head (b77d483).

Files Patch % Lines
...om/thread/concurrency/counter/BatchingCounter.java 93.75% 0 Missing and 1 partial ⚠️
Additional details and impacted files
@@              Coverage Diff               @@
##             develop      #28       +/-   ##
==============================================
+ Coverage      62.50%   97.77%   +35.27%     
- Complexity         4       22       +18     
==============================================
  Files              2        5        +3     
  Lines              8       45       +37     
  Branches           0        1        +1     
==============================================
+ Hits               5       44       +39     
+ Misses             3        0        -3     
- Partials           0        1        +1     
Flag Coverage Δ
unittests 97.77% <97.29%> (?)

Flags with carried forward coverage won't be shown. Click here to find out more.

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@ooMia ooMia linked an issue Mar 29, 2024 that may be closed by this pull request
ooMia added 2 commits March 30, 2024 05:09
Signed-off-by: Hyeon-hak Kim <hyeonhak.kim.dev@gmail.com>
Signed-off-by: Hyeon-hak Kim <hyeonhak.kim.dev@gmail.com>
@ooMia ooMia changed the base branch from main to develop March 29, 2024 20:32
@ooMia ooMia changed the title Feature/counter ✨ Feat : Counter Mar 29, 2024
Copy link
Contributor

@haxr369 haxr369 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

현재 폴더 구조 이용해서 진행하겠습니다.!

haxr369 and others added 3 commits March 30, 2024 13:54
Signed-off-by: Hyeon-hak Kim <hyeonhak.kim.dev@gmail.com>
Signed-off-by: Hyeon-hak Kim <hyeonhak.kim.dev@gmail.com>
@ooMia ooMia merged commit 19b0081 into develop Apr 3, 2024
3 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
No open projects
Development

Successfully merging this pull request may close these issues.

멀티 쓰레드 자원 업데이트 문제
2 participants