k1LoW / runn

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

Support `--format none` to disable output. #946

Closed k1LoW closed 4 months ago

k1LoW commented 4 months ago

SSIA.

github-actions[bot] commented 4 months ago

BenchmarkManyRunbooks-4

main (-) #946 (5de8089) +/-
Number of iterations 1 1 0
Nanoseconds per iteration 3,740,459,824 ns/op 3,877,036,160 ns/op 136,576,336 ns/op
Bytes allocated per iteration 1,794,091,248 B/op 1,794,307,400 B/op 216,152 B/op
Allocs per iteration 21,439,296 allocs/op 21,439,634 allocs/op 338 allocs/op
Metadata | | [main](https://github.com/k1LoW/runn/tree/main) (-) | [#946](https://github.com/k1LoW/runn/pull/946) ([5de8089](https://github.com/k1LoW/runn/commit/5de8089af4d37a62cae73e98ad0eb6aa51beddb6)) | |------------|----------------------------------------------------:|------------------------------------------------------------------------------------------------------------------------------------------:| | **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 (-) #946 (5de8089) +/-
Number of iterations 1 1 0
Nanoseconds per iteration 5,128,864,473 ns/op 5,124,014,343 ns/op -4,850,130 ns/op
Bytes allocated per iteration 2,952,287,848 B/op 2,952,737,096 B/op 449,248 B/op
Allocs per iteration 29,386,566 allocs/op 29,385,288 allocs/op -1,278 allocs/op
Metadata | | [main](https://github.com/k1LoW/runn/tree/main) (-) | [#946](https://github.com/k1LoW/runn/pull/946) ([5de8089](https://github.com/k1LoW/runn/commit/5de8089af4d37a62cae73e98ad0eb6aa51beddb6)) | |------------|----------------------------------------------------:|------------------------------------------------------------------------------------------------------------------------------------------:| | **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 (-) #946 (5de8089) +/-
Number of iterations 18 18 0
Nanoseconds per iteration 63,613,835 ns/op 69,860,727 ns/op 6,246,892 ns/op
Bytes allocated per iteration 60,309,963 B/op 60,271,604 B/op -38,359 B/op
Allocs per iteration 206,005 allocs/op 205,968 allocs/op -37 allocs/op
Metadata | | [main](https://github.com/k1LoW/runn/tree/main) (-) | [#946](https://github.com/k1LoW/runn/pull/946) ([5de8089](https://github.com/k1LoW/runn/commit/5de8089af4d37a62cae73e98ad0eb6aa51beddb6)) | |------------|----------------------------------------------------:|------------------------------------------------------------------------------------------------------------------------------------------:| | **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 4 months ago

Code Metrics Report

main (e742609) #946 (5de8089) +/-
Coverage 64.1% 64.1% -0.1%
Code to Test Ratio 1:0.4 1:0.4 -0.1
Test Execution Time 5m17s 6m6s +49s
Details ``` diff | | main (e742609) | #946 (5de8089) | +/- | |---------------------|----------------|----------------|-------| - | Coverage | 64.1% | 64.1% | -0.1% | | Files | 75 | 75 | 0 | | Lines | 8227 | 8227 | 0 | - | Covered | 5281 | 5280 | -1 | - | Code to Test Ratio | 1:0.4 | 1:0.4 | -0.1 | | Code | 23626 | 23627 | +1 | | Test | 11203 | 11203 | 0 | - | Test Execution Time | 5m17s | 6m6s | +49s | ```

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

Files Coverage +/-
cmd/run.go 0.0% 0.0%

Reported by octocov