vearutop / plt

⏱️ Pocket load tester
MIT License
48 stars 3 forks source link

Update dependencies and CI #27

Closed vearutop closed 2 years ago

github-actions[bot] commented 2 years ago

Lines Of Code

Language Files Lines Code Comments Blanks Complexity Bytes
YAML 8 541 467 43 31 0 18.3K (+228B)
github-actions[bot] commented 2 years ago

Go API Changes

# 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%

Coverage diff with base branch ```diff ```
codecov-commenter commented 2 years ago

Codecov Report

Merging #27 (992c830) into master (a39e3e0) will not change coverage. The diff coverage is n/a.

@@           Coverage Diff           @@
##           master      #27   +/-   ##
=======================================
  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% <ø> (ø)

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


Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update a39e3e0...992c830. Read the comment docs.

github-actions[bot] commented 2 years ago

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-2 30.1µs ± 4% 32.2µs ± 9% ~ (p=0.095 n=5+5) pkg:github.com/vearutop/plt/nethttp goos:linux goarch:amd64 JobProducer_Job-2 1.01ms ± 0% 1.01ms ± 0% ~ (p=1.000 n=5+5) name old alloc/op new alloc/op delta pkg:github.com/vearutop/plt/fasthttp goos:linux goarch:amd64 JobProducer_Job-2 1.84kB ± 0% 1.84kB ± 0% ~ (p=0.206 n=5+5) pkg:github.com/vearutop/plt/nethttp goos:linux goarch:amd64 JobProducer_Job-2 5.91kB ± 0% 5.91kB ± 1% ~ (p=0.794 n=5+5) name old allocs/op new allocs/op delta pkg:github.com/vearutop/plt/fasthttp goos:linux goarch:amd64 JobProducer_Job-2 26.0 ± 0% 26.0 ± 0% ~ (all equal) pkg:github.com/vearutop/plt/nethttp goos:linux goarch:amd64 JobProducer_Job-2 87.4 ± 1% 87.0 ± 0% ~ (p=0.333 n=5+4) ```
Benchmark result ``` name time/op pkg:github.com/vearutop/plt/fasthttp goos:linux goarch:amd64 JobProducer_Job-2 32.2µs ± 9% pkg:github.com/vearutop/plt/nethttp goos:linux goarch:amd64 JobProducer_Job-2 1.01ms ± 0% 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.91kB ± 1% 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 87.0 ± 0% ```