[WIP] Add benchmark workflows #7709
Annotations
10 errors and 1 warning
golangci-lint:
test/e2e/benchmark.go#L47
Error return value of `f.Close` is not checked (errcheck)
|
golangci-lint:
test/e2e/kwokctl/benchmark/main_test.go#L80
Error return value of `f.Close` is not checked (errcheck)
|
golangci-lint:
test/e2e/kwokctl/benchmark/main_test.go#L76
G302: Expect file permissions to be 0640 or less (gosec)
|
golangci-lint:
test/e2e/benchmark.go#L53
`waitResource` - `tolerance` is unused (unparam)
|
golangci-lint:
test/e2e/benchmark.go#L37
response body must be closed (bodyclose)
|
golangci-lint:
test/e2e/benchmark.go#L140
testinggoroutine: call to (*testing.T).Fatal from a non-test goroutine (govet)
|
golangci-lint:
test/e2e/benchmark.go#L161
testinggoroutine: call to (*testing.T).Fatal from a non-test goroutine (govet)
|
golangci-lint:
test/e2e/benchmark.go#L182
testinggoroutine: call to (*testing.T).Fatal from a non-test goroutine (govet)
|
golangci-lint:
test/e2e/benchmark.go#L137
SA2002: the goroutine calls T.Fatal, which must be called in the same goroutine as the test (staticcheck)
|
golangci-lint:
test/e2e/benchmark.go#L158
SA2002: the goroutine calls T.Fatal, which must be called in the same goroutine as the test (staticcheck)
|
Run actions/setup-go@v5
Restore cache failed: Dependencies file is not found in /Users/runner/work/kwok/kwok. Supported file pattern: go.sum
|
Loading