k1LoW / runn

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

parent.vars should not be cleared #905

Closed k1LoW closed 4 months ago

k1LoW commented 4 months ago

SSIA.

github-actions[bot] commented 4 months ago

BenchmarkManyRunbooks-4

main (-) #905 (b869428) +/-
Number of iterations 1 1 0
Nanoseconds per iteration 3,778,645,144 ns/op 3,701,210,604 ns/op -77,434,540 ns/op
Bytes allocated per iteration 1,792,435,440 B/op 1,792,762,568 B/op 327,128 B/op
Allocs per iteration 21,407,470 allocs/op 21,406,941 allocs/op -529 allocs/op
Metadata | | [main](https://github.com/k1LoW/runn/tree/main) (-) | [#905](https://github.com/k1LoW/runn/pull/905) ([b869428](https://github.com/k1LoW/runn/commit/b86942874766e56c9b7c86e2e96123b775a05975)) | |------------|----------------------------------------------------:|------------------------------------------------------------------------------------------------------------------------------------------:| | **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 (-) #905 (b869428) +/-
Number of iterations 1 1 0
Nanoseconds per iteration 4,969,759,745 ns/op 5,110,382,532 ns/op 140,622,787 ns/op
Bytes allocated per iteration 2,944,828,408 B/op 2,945,339,824 B/op 511,416 B/op
Allocs per iteration 29,262,841 allocs/op 29,271,510 allocs/op 8,669 allocs/op
Metadata | | [main](https://github.com/k1LoW/runn/tree/main) (-) | [#905](https://github.com/k1LoW/runn/pull/905) ([b869428](https://github.com/k1LoW/runn/commit/b86942874766e56c9b7c86e2e96123b775a05975)) | |------------|----------------------------------------------------:|------------------------------------------------------------------------------------------------------------------------------------------:| | **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 (-) #905 (b869428) +/-
Number of iterations 19 18 -1
Nanoseconds per iteration 64,373,377 ns/op 64,362,946 ns/op -10,431 ns/op
Bytes allocated per iteration 60,273,211 B/op 60,315,393 B/op 42,182 B/op
Allocs per iteration 205,762 allocs/op 205,789 allocs/op 27 allocs/op
Metadata | | [main](https://github.com/k1LoW/runn/tree/main) (-) | [#905](https://github.com/k1LoW/runn/pull/905) ([b869428](https://github.com/k1LoW/runn/commit/b86942874766e56c9b7c86e2e96123b775a05975)) | |------------|----------------------------------------------------:|------------------------------------------------------------------------------------------------------------------------------------------:| | **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 (2481d4d) #905 (b869428) +/-
Coverage 65.6% 65.6% +0.0%
Code to Test Ratio 1:0.5 1:0.5 +0.0
Details ``` diff | | main (2481d4d) | #905 (b869428) | +/- | |--------------------|----------------|----------------|-------| + | Coverage | 65.6% | 65.6% | +0.0% | | Files | 71 | 71 | 0 | | Lines | 7686 | 7685 | -1 | | Covered | 5042 | 5042 | 0 | + | Code to Test Ratio | 1:0.5 | 1:0.5 | +0.0 | | Code | 22371 | 22370 | -1 | + | Test | 10262 | 10279 | +17 | ```

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

Files Coverage +/-
store.go 76.6% -0.2%

Reported by octocov