tencentcloud-sdk-pts 3.0.955 → 3.0.956

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 1591841e0cc9cfad4a446816c32e359df8a5636a
4
- data.tar.gz: f6c97b60098e1ac08a6a3c7e9c457462c3055f31
3
+ metadata.gz: fd8b7f6ae0414854bc2a3775a09e0bcffe14a7fd
4
+ data.tar.gz: 2f1432bba0dc4c52a59f15045b9fa1e153de7b9c
5
5
  SHA512:
6
- metadata.gz: 57c24608ad0c5cca4ed81da838b9755ab0069b85bc286c97492e6214fb4a496a4e6d0a75c3628c18742332db2a614660fa879d515730c20a9aaa3eb5913fb894
7
- data.tar.gz: 93908b31d8eb214e77d35fd09036408e8dd70cad48605b64215c1922edf2108cc956141c617453b4516e522923fd696a59da1f8d5476f6ec2d330e8117f3f32e
6
+ metadata.gz: fb75d92e375cf5f35b64f3db708345b4c979694d313a600ed20470185cdac76169a6ff83c84da1c4ca3d83f47622736bf3ad637ed0e74f9c474a5a0e2e370c49
7
+ data.tar.gz: d85e2f6dee1d77c4d6a6395447ee82b9a86646930992f2af418cfaa7cddeedf7fcc184fd01d22ff95c03ad2565d30b0908db7f5d3729c4f6dbf2ac5f04e49a46
data/lib/VERSION CHANGED
@@ -1 +1 @@
1
- 3.0.955
1
+ 3.0.956
@@ -4072,10 +4072,12 @@ module TencentCloud
4072
4072
  # @type Status: String
4073
4073
  # @param Result: 响应详情
4074
4074
  # @type Result: String
4075
+ # @param RPS: 平均rps, 单位req/s
4076
+ # @type RPS: Float
4075
4077
 
4076
- attr_accessor :Service, :Method, :Count, :Average, :P90, :P95, :Min, :Max, :ErrorPercentage, :P99, :Status, :Result
4078
+ attr_accessor :Service, :Method, :Count, :Average, :P90, :P95, :Min, :Max, :ErrorPercentage, :P99, :Status, :Result, :RPS
4077
4079
 
4078
- def initialize(service=nil, method=nil, count=nil, average=nil, p90=nil, p95=nil, min=nil, max=nil, errorpercentage=nil, p99=nil, status=nil, result=nil)
4080
+ def initialize(service=nil, method=nil, count=nil, average=nil, p90=nil, p95=nil, min=nil, max=nil, errorpercentage=nil, p99=nil, status=nil, result=nil, rps=nil)
4079
4081
  @Service = service
4080
4082
  @Method = method
4081
4083
  @Count = count
@@ -4088,6 +4090,7 @@ module TencentCloud
4088
4090
  @P99 = p99
4089
4091
  @Status = status
4090
4092
  @Result = result
4093
+ @RPS = rps
4091
4094
  end
4092
4095
 
4093
4096
  def deserialize(params)
@@ -4103,6 +4106,7 @@ module TencentCloud
4103
4106
  @P99 = params['P99']
4104
4107
  @Status = params['Status']
4105
4108
  @Result = params['Result']
4109
+ @RPS = params['RPS']
4106
4110
  end
4107
4111
  end
4108
4112
 
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: tencentcloud-sdk-pts
3
3
  version: !ruby/object:Gem::Version
4
- version: 3.0.955
4
+ version: 3.0.956
5
5
  platform: ruby
6
6
  authors:
7
7
  - Tencent Cloud
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2024-12-04 00:00:00.000000000 Z
11
+ date: 2024-12-06 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: tencentcloud-sdk-common