k1LoW / runn

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

Fix Runner runner root path #978

Closed k1LoW closed 3 months ago

k1LoW commented 3 months ago

SSIA.

github-actions[bot] commented 3 months ago

BenchmarkManyRunbooks-4

main (-) #978 (727b4d4) +/-
Number of iterations 1 1 0
Nanoseconds per iteration 4,179,549,396 ns/op 4,100,052,938 ns/op -79,496,458 ns/op
Bytes allocated per iteration 1,793,851,640 B/op 1,793,473,400 B/op -378,240 B/op
Allocs per iteration 21,414,927 allocs/op 21,414,218 allocs/op -709 allocs/op
Metadata | | [main](https://github.com/k1LoW/runn/tree/main) (-) | [#978](https://github.com/k1LoW/runn/pull/978) ([727b4d4](https://github.com/k1LoW/runn/commit/727b4d40080068d9078c397af1305c98c1514171)) | |------------|----------------------------------------------------:|------------------------------------------------------------------------------------------------------------------------------------------:| | **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 (-) #978 (727b4d4) +/-
Number of iterations 1 1 0
Nanoseconds per iteration 5,269,097,408 ns/op 5,331,568,213 ns/op 62,470,805 ns/op
Bytes allocated per iteration 3,138,521,248 B/op 3,138,439,192 B/op -82,056 B/op
Allocs per iteration 29,698,444 allocs/op 29,685,956 allocs/op -12,488 allocs/op
Metadata | | [main](https://github.com/k1LoW/runn/tree/main) (-) | [#978](https://github.com/k1LoW/runn/pull/978) ([727b4d4](https://github.com/k1LoW/runn/commit/727b4d40080068d9078c397af1305c98c1514171)) | |------------|----------------------------------------------------:|------------------------------------------------------------------------------------------------------------------------------------------:| | **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 (-) #978 (727b4d4) +/-
Number of iterations 16 16 0
Nanoseconds per iteration 69,793,559 ns/op 68,032,439 ns/op -1,761,120 ns/op
Bytes allocated per iteration 60,276,322 B/op 60,283,039 B/op 6,717 B/op
Allocs per iteration 205,770 allocs/op 205,770 allocs/op 0 allocs/op
Metadata | | [main](https://github.com/k1LoW/runn/tree/main) (-) | [#978](https://github.com/k1LoW/runn/pull/978) ([727b4d4](https://github.com/k1LoW/runn/commit/727b4d40080068d9078c397af1305c98c1514171)) | |------------|----------------------------------------------------:|------------------------------------------------------------------------------------------------------------------------------------------:| | **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 months ago

Code Metrics Report

main (83f70bc) #978 (727b4d4) +/-
Coverage 64.1% 64.1% -0.1%
Code to Test Ratio 1:0.4 1:0.4 -0.1
Test Execution Time 6m32s 6m21s -11s
Details ``` diff | | main (83f70bc) | #978 (727b4d4) | +/- | |---------------------|----------------|----------------|-------| - | Coverage | 64.1% | 64.1% | -0.1% | | Files | 77 | 77 | 0 | | Lines | 8541 | 8542 | +1 | | Covered | 5481 | 5481 | 0 | - | Code to Test Ratio | 1:0.4 | 1:0.4 | -0.1 | | Code | 24191 | 24192 | +1 | | Test | 11586 | 11586 | 0 | + | Test Execution Time | 6m32s | 6m21s | -11s | ```

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

Files Coverage +/-
runner_runner.go 63.6% +0.8%

Reported by octocov