feat: 限流-CPU使用率自适应限流 #293
Annotations
11 warnings
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/setup-go@v3, actions/checkout@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
benchmark/benchmain/main.go#L46
const operationRpcDirect should be operationRPCDirect
|
benchmark/benchmain/main.go#L47
const operationRpcNaming should be operationRPCNaming
|
benchmark/benchsimple/main.go#L181
struct field maxQps should be maxQPS
|
benchmark/benchsimple/main.go#L71
var maxQps should be maxQPS
|
benchmark/benchsimple/main.go#L239
func runQpsLimitFeature should be runQPSLimitFeature
|
benchmark/benchsimple/main.go#L414
var useQpsLimit should be useQPSLimit
|
pkg/model/pb/metric/code.go#L18
should have a package comment
|
pkg/model/pb/metric/code.go#L28
exported const ExecuteSuccess should have comment (or a comment on this block) or be unexported
|
pkg/plugin/register/plugins.go#L21
a blank import should be only in a main or test package, or have a comment justifying it
|
pkg/plugin/configfilter/configfilter.go#L19
should have a package comment
|
This job succeeded
Loading