k1LoW / runn

runn is a package/tool for running operations following a scenario.
https://runn.run
MIT License
404 stars 30 forks source link

Fix loadt output #979

Closed k1LoW closed 3 weeks ago

k1LoW commented 3 weeks ago

SSIA.

github-actions[bot] commented 3 weeks ago

BenchmarkManyRunbooks-4

main (-) #979 (f998a0a) +/-
Number of iterations 1 1 0
Nanoseconds per iteration 3,867,244,631 ns/op 3,719,617,828 ns/op -147,626,803 ns/op
Bytes allocated per iteration 1,792,877,368 B/op 1,793,313,944 B/op 436,576 B/op
Allocs per iteration 21,413,857 allocs/op 21,414,684 allocs/op 827 allocs/op
Metadata | | [main](https://github.com/k1LoW/runn/tree/main) (-) | [#979](https://github.com/k1LoW/runn/pull/979) ([f998a0a](https://github.com/k1LoW/runn/commit/f998a0a3c208d0f8642d7fc649d529879c5c5015)) | |------------|----------------------------------------------------:|------------------------------------------------------------------------------------------------------------------------------------------:| | **goos** | linux | linux | | **goarch** | amd64 | amd64 | | **pkg** | github.com/k1LoW/runn | github.com/k1LoW/runn | | **cpu** | AMD EPYC 7763 64-Core Processor | AMD EPYC 7763 64-Core Processor |

BenchmarkOpenAPI3-4

main (-) #979 (f998a0a) +/-
Number of iterations 1 1 0
Nanoseconds per iteration 5,147,999,380 ns/op 5,326,041,700 ns/op 178,042,320 ns/op
Bytes allocated per iteration 3,138,510,672 B/op 3,138,416,488 B/op -94,184 B/op
Allocs per iteration 29,684,384 allocs/op 29,682,505 allocs/op -1,879 allocs/op
Metadata | | [main](https://github.com/k1LoW/runn/tree/main) (-) | [#979](https://github.com/k1LoW/runn/pull/979) ([f998a0a](https://github.com/k1LoW/runn/commit/f998a0a3c208d0f8642d7fc649d529879c5c5015)) | |------------|----------------------------------------------------:|------------------------------------------------------------------------------------------------------------------------------------------:| | **goos** | linux | linux | | **goarch** | amd64 | amd64 | | **pkg** | github.com/k1LoW/runn | github.com/k1LoW/runn | | **cpu** | AMD EPYC 7763 64-Core Processor | AMD EPYC 7763 64-Core Processor |

BenchmarkSingleRunbook-4

main (-) #979 (f998a0a) +/-
Number of iterations 18 18 0
Nanoseconds per iteration 63,383,535 ns/op 63,699,140 ns/op 315,605 ns/op
Bytes allocated per iteration 60,326,512 B/op 60,287,856 B/op -38,656 B/op
Allocs per iteration 205,805 allocs/op 205,762 allocs/op -43 allocs/op
Metadata | | [main](https://github.com/k1LoW/runn/tree/main) (-) | [#979](https://github.com/k1LoW/runn/pull/979) ([f998a0a](https://github.com/k1LoW/runn/commit/f998a0a3c208d0f8642d7fc649d529879c5c5015)) | |------------|----------------------------------------------------:|------------------------------------------------------------------------------------------------------------------------------------------:| | **goos** | linux | linux | | **goarch** | amd64 | amd64 | | **pkg** | github.com/k1LoW/runn | github.com/k1LoW/runn | | **cpu** | AMD EPYC 7763 64-Core Processor | AMD EPYC 7763 64-Core Processor |

Reported by octocov

github-actions[bot] commented 3 weeks ago

Code Metrics Report

main (83f70bc) #979 (f998a0a) +/-
Coverage 64.1% 64.0% -0.1%
Code to Test Ratio 1:0.4 1:0.4 -0.1
Test Execution Time 6m32s 5m33s -59s
Details ``` diff | | main (83f70bc) | #979 (f998a0a) | +/- | |---------------------|----------------|----------------|-------| - | Coverage | 64.1% | 64.0% | -0.1% | | Files | 77 | 78 | +1 | | Lines | 8541 | 8554 | +13 | + | Covered | 5481 | 5483 | +2 | - | Code to Test Ratio | 1:0.4 | 1:0.4 | -0.1 | | Code | 24191 | 24226 | +35 | | Test | 11586 | 11586 | 0 | + | Test Execution Time | 6m32s | 5m33s | -59s | ```

Code coverage of files in pull request scope (0.0% → 0.0%)

Files Coverage +/-
cmd/loadt.go 0.0% 0.0%
cmd/spinner.go 0.0% 0.0%

Reported by octocov