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

Fix loadt stucked #1150

Merged
merged 2 commits into from
Jan 11, 2025
Merged

Fix loadt stucked #1150

merged 2 commits into from
Jan 11, 2025

Conversation

k1LoW
Copy link
Owner

@k1LoW k1LoW commented Jan 10, 2025

Fix: #1149

@k1LoW k1LoW added the bug Something isn't working label Jan 10, 2025
@k1LoW k1LoW self-assigned this Jan 10, 2025

This comment has been minimized.

Copy link
Contributor

BenchmarkManyRunbooks-4

main (-) #1150 (812607d) +/-
Number of iterations 1 1 0
Nanoseconds per iteration 3,614,012,649 ns/op 3,783,927,393 ns/op 169,914,744 ns/op
Bytes allocated per iteration 1,383,574,576 B/op 1,383,802,904 B/op 228,328 B/op
Allocs per iteration 19,139,837 allocs/op 19,140,068 allocs/op 231 allocs/op
Metadata
main (-) #1150 (812607d)
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 (-) #1150 (812607d) +/-
Number of iterations 1 1 0
Nanoseconds per iteration 4,766,656,881 ns/op 4,686,273,408 ns/op -80,383,473 ns/op
Bytes allocated per iteration 2,297,587,216 B/op 2,297,178,928 B/op -408,288 B/op
Allocs per iteration 31,643,390 allocs/op 31,635,478 allocs/op -7,912 allocs/op
Metadata
main (-) #1150 (812607d)
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 (-) #1150 (812607d) +/-
Number of iterations 22 26 4
Nanoseconds per iteration 45,552,218 ns/op 44,924,490 ns/op -627,728 ns/op
Bytes allocated per iteration 23,184,276 B/op 23,180,287 B/op -3,989 B/op
Allocs per iteration 184,836 allocs/op 184,828 allocs/op -8 allocs/op
Metadata
main (-) #1150 (812607d)
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 (1c4bb3c) #1150 (812607d) +/-
Coverage 63.3% 63.3% -0.1%
Code to Test Ratio 1:0.7 1:0.7 -0.1
Test Execution Time 6m36s 6m31s -5s
Details
  |                     | main (1c4bb3c) | #1150 (812607d) |  +/-  |
  |---------------------|----------------|-----------------|-------|
- | Coverage            |          63.3% |           63.3% | -0.1% |
  |   Files             |             78 |              78 |     0 |
  |   Lines             |           9007 |            9011 |    +4 |
  |   Covered           |           5708 |            5708 |     0 |
- | Code to Test Ratio  |          1:0.7 |           1:0.7 |  -0.1 |
  |   Code              |          16555 |           16564 |    +9 |
  |   Test              |          12658 |           12658 |     0 |
+ | Test Execution Time |          6m36s |           6m31s |   -5s |

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

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

Reported by octocov

@k1LoW k1LoW marked this pull request as ready for review January 11, 2025 01:53
@k1LoW k1LoW merged commit 7782232 into main Jan 11, 2025
9 checks passed
@k1LoW k1LoW deleted the fix-loadt branch January 11, 2025 01:53
@github-actions github-actions bot mentioned this pull request Jan 11, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging this pull request may close these issues.

runn loadt gets stuck on GitHub Actions
1 participant