vearutop / plt

⏱️ Pocket load tester
MIT License
50 stars 4 forks source link

Update dependencies and CI #28

Closed vearutop closed 2 years ago

github-actions[bot] commented 2 years ago

Lines Of Code

Language Files Lines Code Comments Blanks Complexity Bytes
Go 14 1984 (-1) 1562 (-1) 58 364 257 51.9K (+9B)
YAML 8 575 (+34) 488 (+21) 43 44 (+13) 0 19.3K (+1022B)
github-actions[bot] commented 2 years ago

Go API Changes

# diagnostics
required module github.com/microcosm-cc/bluemonday@v1.0.1 retracted by module author: Retract older versions as only latest is to be depended upon

# summary
Inferred base version: v0.3.5
Suggested version: v0.4.0
github-actions[bot] commented 2 years ago

Unit Test Coverage

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

Coverage of changed lines | File | Function | Coverage | |--------------------|----------------|----------| | Total | | 28.6% | | nethttp/job.go | | 28.6% | | nethttp/job.go:299 | Job | 100.0% | | nethttp/job.go:145 | makeTransport2 | 0.0% | | nethttp/job.go:166 | makeTransport3 | 0.0% |
Coverage diff with base branch No changes in coverage.
github-actions[bot] commented 2 years ago

Benchmark Result

Benchmark diff with base branch ``` ```
Benchmark result ``` name time/op pkg:github.com/vearutop/plt/fasthttp goos:linux goarch:amd64 JobProducer_Job-2 23.5µs ±13% pkg:github.com/vearutop/plt/nethttp goos:linux goarch:amd64 JobProducer_Job-2 1.01ms ± 1% name alloc/op pkg:github.com/vearutop/plt/fasthttp goos:linux goarch:amd64 JobProducer_Job-2 1.84kB ± 0% pkg:github.com/vearutop/plt/nethttp goos:linux goarch:amd64 JobProducer_Job-2 5.77kB ± 0% name allocs/op pkg:github.com/vearutop/plt/fasthttp goos:linux goarch:amd64 JobProducer_Job-2 26.0 ± 0% pkg:github.com/vearutop/plt/nethttp goos:linux goarch:amd64 JobProducer_Job-2 86.4 ± 1% ```
codecov-commenter commented 2 years ago

Codecov Report

Merging #28 (924de50) into master (b0c5576) will not change coverage. The diff coverage is 33.33%.

@@           Coverage Diff           @@
##           master      #28   +/-   ##
=======================================
  Coverage   47.91%   47.91%           
=======================================
  Files           7        7           
  Lines         599      599           
=======================================
  Hits          287      287           
  Misses        270      270           
  Partials       42       42           
Flag Coverage Δ
unittests 47.91% <33.33%> (ø)

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

Impacted Files Coverage Δ
loadgen/flags.go 0.00% <ø> (ø)
nethttp/job.go 60.86% <33.33%> (ø)

Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here.