Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support steps[*].force: steps.<key>.force: for running step forcefully #1122

Merged
merged 1 commit into from
Dec 19, 2024

Conversation

k1LoW
Copy link
Owner

@k1LoW k1LoW commented Dec 19, 2024

SSIA.

@k1LoW k1LoW added enhancement New feature or request minor labels Dec 19, 2024
@k1LoW k1LoW self-assigned this Dec 19, 2024
Copy link
Contributor

BenchmarkManyRunbooks-4

main (-) #1122 (44e804c) +/-
Number of iterations 1 1 0
Nanoseconds per iteration 3,713,468,231 ns/op 3,857,489,881 ns/op 144,021,650 ns/op
Bytes allocated per iteration 1,382,540,336 B/op 1,382,473,496 B/op -66,840 B/op
Allocs per iteration 18,999,701 allocs/op 18,999,901 allocs/op 200 allocs/op
Metadata
main (-) #1122 (44e804c)
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 (-) #1122 (44e804c) +/-
Number of iterations 1 1 0
Nanoseconds per iteration 5,170,571,116 ns/op 5,026,075,000 ns/op -144,496,116 ns/op
Bytes allocated per iteration 2,297,121,672 B/op 2,297,139,432 B/op 17,760 B/op
Allocs per iteration 31,630,734 allocs/op 31,632,262 allocs/op 1,528 allocs/op
Metadata
main (-) #1122 (44e804c)
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 (-) #1122 (44e804c) +/-
Number of iterations 26 22 -4
Nanoseconds per iteration 45,713,789 ns/op 46,094,098 ns/op 380,309 ns/op
Bytes allocated per iteration 23,200,316 B/op 23,164,774 B/op -35,542 B/op
Allocs per iteration 183,437 allocs/op 183,423 allocs/op -14 allocs/op
Metadata
main (-) #1122 (44e804c)
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

Copy link
Contributor

Code Metrics Report

main (b0c0192) #1122 (44e804c) +/-
Coverage 64.6% 64.6% +0.0%
Code to Test Ratio 1:0.7 1:0.7 +0.0
Test Execution Time 5m50s 6m43s +53s
Details
  |                     | main (b0c0192) | #1122 (44e804c) |  +/-  |
  |---------------------|----------------|-----------------|-------|
+ | Coverage            |          64.6% |           64.6% | +0.0% |
  |   Files             |             77 |              77 |     0 |
  |   Lines             |           9003 |            9008 |    +5 |
+ |   Covered           |           5820 |            5824 |    +4 |
+ | Code to Test Ratio  |          1:0.7 |           1:0.7 |  +0.0 |
  |   Code              |          16487 |           16497 |   +10 |
+ |   Test              |          12586 |           12616 |   +30 |
- | Test Execution Time |          5m50s |           6m43s |  +53s |

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

Files Coverage +/-
operator.go 80.5% -0.1%
step.go 91.3% 0.0%

Reported by octocov

@k1LoW k1LoW merged commit 8fc27a4 into main Dec 19, 2024
9 checks passed
@k1LoW k1LoW deleted the step-force branch December 19, 2024 23:58
@github-actions github-actions bot mentioned this pull request Dec 19, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request minor
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant