Skip to content

Update deps #39

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

Merged
merged 2 commits into from
Nov 11, 2024
Merged

Update deps #39

merged 2 commits into from
Nov 11, 2024

Conversation

vearutop
Copy link
Owner

No description provided.

Copy link

github-actions bot commented Nov 11, 2024

Lines Of Code

Language Files Lines Code Comments Blanks Complexity Bytes
Go 18 2261 1739 92 430 295 59K (-3B)

Copy link

Go API Changes

# github.com/vearutop/plt/fasthttp
## incompatible changes
NewJobProducer: changed from func(github.com/vearutop/plt/nethttp.Flags) (*JobProducer, error) to func(github.com/vearutop/plt/nethttp.Flags, github.com/vearutop/plt/loadgen.Flags, ...func(lf *github.com/vearutop/plt/loadgen.Flags, f *github.com/vearutop/plt/nethttp.Flags, j github.com/vearutop/plt/loadgen.JobProducer)) (*JobProducer, error)

# github.com/vearutop/plt/loadgen
## incompatible changes
Flags: old is comparable, new is not
## compatible changes
Flags.KeyPressed: added
Flags.PrepareLoadLimitsWidget: added

# github.com/vearutop/plt/nethttp
## incompatible changes
NewJobProducer: changed from func(Flags, github.com/vearutop/plt/loadgen.Flags) (*JobProducer, error) to func(Flags, github.com/vearutop/plt/loadgen.Flags, ...func(lf *github.com/vearutop/plt/loadgen.Flags, f *Flags, j github.com/vearutop/plt/loadgen.JobProducer)) (*JobProducer, error)
## compatible changes
JobProducer.PrepareRoundTripper: added

# summary
Inferred base version: v0.3.12
Suggested version: v0.4.0

Copy link

github-actions bot commented Nov 11, 2024

Unit Test Coverage

total: (statements) 42.7%
changed lines: (statements) 0.0%, coverage is less than 90.0%, consider testing the changes more thoroughly

Coverage of changed lines
File Function Coverage
Total 0.0%
nethttp/http3.go 0.0%
nethttp/http3.go:15 makeTransport3 0.0%
Coverage diff with base branch

No changes in coverage.

Copy link

github-actions bot commented Nov 11, 2024

Benchmark Result

Benchmark diff with base branch
name               old time/op    new time/op    delta
pkg:github.com/vearutop/plt/fasthttp goos:linux goarch:amd64
JobProducer_Job-4    13.6µs ± 2%    13.6µs ± 1%   ~     (p=0.662 n=5+6)
pkg:github.com/vearutop/plt/nethttp goos:linux goarch:amd64
JobProducer_Job-4    1.00ms ± 0%    1.00ms ± 0%   ~     (p=0.240 n=6+6)

name               old alloc/op   new alloc/op   delta
pkg:github.com/vearutop/plt/fasthttp goos:linux goarch:amd64
JobProducer_Job-4    1.91kB ± 0%    1.91kB ± 0%   ~     (p=0.827 n=6+5)
pkg:github.com/vearutop/plt/nethttp goos:linux goarch:amd64
JobProducer_Job-4    6.53kB ± 0%    6.54kB ± 1%   ~     (p=0.394 n=6+6)

name               old allocs/op  new allocs/op  delta
pkg:github.com/vearutop/plt/fasthttp goos:linux goarch:amd64
JobProducer_Job-4      25.0 ± 0%      25.0 ± 0%   ~     (all equal)
pkg:github.com/vearutop/plt/nethttp goos:linux goarch:amd64
JobProducer_Job-4      91.3 ± 1%      91.0 ± 0%   ~     (p=0.364 n=6+5)
Benchmark result
name               time/op
pkg:github.com/vearutop/plt/fasthttp goos:linux goarch:amd64
JobProducer_Job-4  13.6µs ± 1%
pkg:github.com/vearutop/plt/nethttp goos:linux goarch:amd64
JobProducer_Job-4  1.00ms ± 0%

name               alloc/op
pkg:github.com/vearutop/plt/fasthttp goos:linux goarch:amd64
JobProducer_Job-4  1.91kB ± 0%
pkg:github.com/vearutop/plt/nethttp goos:linux goarch:amd64
JobProducer_Job-4  6.54kB ± 1%

name               allocs/op
pkg:github.com/vearutop/plt/fasthttp goos:linux goarch:amd64
JobProducer_Job-4    25.0 ± 0%
pkg:github.com/vearutop/plt/nethttp goos:linux goarch:amd64
JobProducer_Job-4    91.0 ± 0%

@vearutop vearutop merged commit 0b88246 into master Nov 11, 2024
6 checks passed
@vearutop vearutop deleted the upd-deps-4 branch November 11, 2024 19: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.

1 participant