[WIP] Add benchmark workflows #7738
Annotations
6 errors and 1 warning
golangci-lint:
test/e2e/benchmark.go#L35
`waitResource` - `tolerance` is unused (unparam)
|
golangci-lint:
pkg/utils/queue/parallelism.go#L29
field `count` is unused (unused)
|
golangci-lint:
test/e2e/benchmark.go#L68
comparing with != will fail on wrapped errors. Use errors.Is to check for a specific error (errorlint)
|
golangci-lint:
test/e2e/benchmark.go#L72
lostcancel: the cancel function is not used on all paths (possible context leak) (govet)
|
golangci-lint:
test/e2e/benchmark.go#L77
lostcancel: this return statement may be reached without using the cancel var defined on line 72 (govet)
|
golangci-lint
issues found
|
Run actions/setup-go@v5
Restore cache failed: Dependencies file is not found in /home/runner/work/kwok/kwok. Supported file pattern: go.sum
|
Loading