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

Use actions/cache@v3 in github workflows #170

Merged
merged 2 commits into from
Dec 13, 2024
Merged

Use actions/cache@v3 in github workflows #170

merged 2 commits into from
Dec 13, 2024

Conversation

wellle
Copy link
Owner

@wellle wellle commented Dec 13, 2024

v2 is going to be deprecated in February 2025.

Copy link

github-actions bot commented Dec 13, 2024

Lines Of Code

Language Files Lines Code Comments Blanks Complexity Bytes
YAML 4 355 301 16 38 0 13.3K (+1B)

Copy link

github-actions bot commented Dec 13, 2024

Benchmark Result

Benchmark diff with base branch
name     old time/op    new time/op    delta
Queue-4     184µs ± 1%     183µs ± 1%   ~     (p=0.485 n=6+6)

name     old alloc/op   new alloc/op   delta
Queue-4    35.4kB ± 9%    35.2kB ± 5%   ~     (p=0.818 n=6+6)

name     old allocs/op  new allocs/op  delta
Queue-4      94.8 ± 1%      94.5 ± 1%   ~     (p=0.675 n=6+6)
Benchmark result
name     time/op
Queue-4   183µs ± 1%

name     alloc/op
Queue-4  35.2kB ± 5%

name     allocs/op
Queue-4    94.5 ± 1%

Copy link

github-actions bot commented Dec 13, 2024

Unit Test Coverage

total: (statements) 71.2%

Coverage of changed lines

No changes in testable statements.

Coverage diff with base branch
File Function Base Coverage Current Coverage
Total 71.4% 71.2% (-0.2%)
github.com/adjust/rmq/v5/queue.go batchTimeout 92.3% 84.6% (-7.7%)
github.com/adjust/rmq/v5/queue.go consumerBatchConsume 93.8% 87.5% (-6.3%)

@wellle wellle force-pushed the workflows-cache-v3 branch from c2deeff to 707fe99 Compare December 13, 2024 12:59
@@ -8,7 +8,7 @@ concurrency:
cancel-in-progress: true

env:
GO_VERSION: 1.19.x
GO_VERSION: 1.19
Copy link
Contributor

Choose a reason for hiding this comment

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

Suggested change
GO_VERSION: 1.19
GO_VERSION: stable

@wellle wellle force-pushed the workflows-cache-v3 branch from 707fe99 to bba0a65 Compare December 13, 2024 13:51
Copy link

Go API Changes

# github.com/adjust/rmq/v5
## compatible changes
(*TestQueue).Remove: added
(*TestQueue).RemoveBytes: added
Queue.Remove: added
Queue.RemoveBytes: added

# summary
Inferred base version: v5.2.0
Suggested version: v5.3.0

@wellle wellle merged commit c078dbf into master Dec 13, 2024
9 checks passed
@wellle wellle deleted the workflows-cache-v3 branch December 13, 2024 13:54
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants