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: add bytesize, queue, mem, profiler and sync packages #50

Merged
merged 3 commits into from
May 24, 2023

Conversation

atzoum
Copy link
Collaborator

@atzoum atzoum commented May 17, 2023

Description

Moving common packages from rudder-server

Security

  • The code changed/added as part of this pull request won't create any security issues with how the software is being used.

@codecov
Copy link

codecov bot commented May 17, 2023

Codecov Report

Patch coverage: 81.95% and project coverage change: +0.39 🎉

Comparison is base (458288a) 77.54% compared to head (e2d92bd) 77.93%.

❗ Current head e2d92bd differs from pull request most recent head 2efe92f. Consider uploading reports for the commit 2efe92f to get more accurate results

Additional details and impacted files
@@            Coverage Diff             @@
##             main      #50      +/-   ##
==========================================
+ Coverage   77.54%   77.93%   +0.39%     
==========================================
  Files          48       56       +8     
  Lines        3135     3572     +437     
==========================================
+ Hits         2431     2784     +353     
- Misses        581      653      +72     
- Partials      123      135      +12     
Impacted Files Coverage Δ
httputil/server.go 0.00% <0.00%> (ø)
mem/mem.go 69.23% <69.23%> (ø)
mem/internal/cgroup/mem.go 71.76% <71.76%> (ø)
mem/internal/cgroup/util.go 82.92% <82.92%> (ø)
sync/limiter.go 91.66% <91.66%> (ø)
queue/priorityQueue.go 100.00% <100.00%> (ø)
sync/plocker.go 100.00% <100.00%> (ø)
sync/prwlocker.go 100.00% <100.00%> (ø)

... and 5 files with indirect coverage changes

☔ View full report in Codecov by Sentry.
📢 Do you have feedback about the report comment? Let us know in this issue.

@atzoum atzoum changed the title feat: add profiler queue and sync package feat: add profiler, queue, sync and mem packages May 18, 2023
@atzoum atzoum changed the title feat: add profiler, queue, sync and mem packages feat: add bytesize, queue, mem, profiler and sync packages May 18, 2023
@saurav-malani saurav-malani merged commit 4bfc4e1 into main May 24, 2023
@saurav-malani saurav-malani deleted the chore.profiler branch May 24, 2023 07:20
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants