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

Update libopenapi-validator #885

Merged
merged 1 commit into from
Apr 21, 2024
Merged

Update libopenapi-validator #885

merged 1 commit into from
Apr 21, 2024

Conversation

k1LoW
Copy link
Owner

@k1LoW k1LoW commented Apr 21, 2024

Fix #881

@k1LoW k1LoW added the bug Something isn't working label Apr 21, 2024
@k1LoW k1LoW self-assigned this Apr 21, 2024
Copy link
Contributor

BenchmarkManyRunbooks-4

main (-) #885 (cdcf4fc) +/-
Number of iterations 1 1 0
Nanoseconds per iteration 3,689,447,495 ns/op 3,883,882,616 ns/op 194,435,121 ns/op
Bytes allocated per iteration 1,792,329,904 B/op 1,791,591,288 B/op -738,616 B/op
Allocs per iteration 21,406,435 allocs/op 21,405,962 allocs/op -473 allocs/op
Metadata
main (-) #885 (cdcf4fc)
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 (-) #885 (cdcf4fc) +/-
Number of iterations 1 1 0
Nanoseconds per iteration 5,524,165,920 ns/op 5,333,624,951 ns/op -190,540,969 ns/op
Bytes allocated per iteration 3,232,235,520 B/op 3,232,294,640 B/op 59,120 B/op
Allocs per iteration 31,160,507 allocs/op 31,161,031 allocs/op 524 allocs/op
Metadata
main (-) #885 (cdcf4fc)
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 (-) #885 (cdcf4fc) +/-
Number of iterations 18 19 1
Nanoseconds per iteration 63,179,059 ns/op 62,984,797 ns/op -194,262 ns/op
Bytes allocated per iteration 60,163,576 B/op 60,211,269 B/op 47,693 B/op
Allocs per iteration 205,649 allocs/op 205,678 allocs/op 29 allocs/op
Metadata
main (-) #885 (cdcf4fc)
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 (ad54e1c) #885 (cdcf4fc) +/-
Coverage 65.9% 65.9% 0.0%
Code to Test Ratio 1:0.7 1:0.7 0.0
Test Execution Time 4m17s 3m19s -58s
Details
  |                     | main (ad54e1c) | #885 (cdcf4fc) | +/-  |
  |---------------------|----------------|----------------|------|
  | Coverage            |          65.9% |          65.9% | 0.0% |
  |   Files             |             71 |             71 |    0 |
  |   Lines             |           7596 |           7596 |    0 |
  |   Covered           |           5003 |           5003 |    0 |
  | Code to Test Ratio  |          1:0.7 |          1:0.7 |  0.0 |
  |   Code              |          13710 |          13710 |    0 |
  |   Test              |          10128 |          10128 |    0 |
+ | Test Execution Time |          4m17s |          3m19s | -58s |

Reported by octocov

@k1LoW k1LoW merged commit 589c52e into main Apr 21, 2024
7 checks passed
@k1LoW k1LoW deleted the update-validator branch April 21, 2024 22:45
@github-actions github-actions bot mentioned this pull request Apr 21, 2024
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.

OpenAPI validation fails for range of response codes (4XX, 5XX, ...)
1 participant