Skip to content

Commit

Permalink
correct startingTps to startTps
Browse files Browse the repository at this point in the history
Signed-off-by: Dave Kelsey <d_kelsey@uk.ibm.com>
  • Loading branch information
Dave Kelsey committed May 17, 2024
1 parent fd44120 commit 7c97617
Show file tree
Hide file tree
Showing 8 changed files with 47 additions and 47 deletions.
16 changes: 8 additions & 8 deletions benchmarks/api/fabric/create-asset.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ test:
type: fixed-load
opts:
transactionLoad: 10
startingTps: 1
startTps: 1
workload:
module: benchmarks/api/fabric/workloads/create-asset.js
arguments:
Expand All @@ -54,7 +54,7 @@ test:
type: fixed-load
opts:
transactionLoad: 10
startingTps: 1
startTps: 1
workload:
module: benchmarks/api/fabric/workloads/create-asset.js
arguments:
Expand All @@ -71,7 +71,7 @@ test:
type: fixed-load
opts:
transactionLoad: 10
startingTps: 1
startTps: 1
workload:
module: benchmarks/api/fabric/workloads/create-asset.js
arguments:
Expand All @@ -88,7 +88,7 @@ test:
type: fixed-load
opts:
transactionLoad: 10
startingTps: 1
startTps: 1
workload:
module: benchmarks/api/fabric/workloads/create-asset.js
arguments:
Expand All @@ -105,7 +105,7 @@ test:
type: fixed-load
opts:
transactionLoad: 10
startingTps: 1
startTps: 1
workload:
module: benchmarks/api/fabric/workloads/create-asset.js
arguments:
Expand All @@ -122,7 +122,7 @@ test:
type: fixed-load
opts:
transactionLoad: 10
startingTps: 1
startTps: 1
workload:
module: benchmarks/api/fabric/workloads/create-asset.js
arguments:
Expand All @@ -139,7 +139,7 @@ test:
type: fixed-load
opts:
transactionLoad: 10
startingTps: 1
startTps: 1
workload:
module: benchmarks/api/fabric/workloads/create-asset.js
arguments:
Expand All @@ -156,7 +156,7 @@ test:
type: fixed-load
opts:
transactionLoad: 10
startingTps: 1
startTps: 1
workload:
module: benchmarks/api/fabric/workloads/create-asset.js
arguments:
Expand Down
18 changes: 9 additions & 9 deletions benchmarks/api/fabric/create-private-asset.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ test:
using the `fixed-asset` NodeJS chaincode
contract that is interacted with via a Fabric-SDK-Node Gateway. Each test
round invokes the `createPrivateAsset` method, with successive rounds
increasing the byteSize of the asset added into the Private Data
increasing the byteSize of the asset added into the Private Data
Collection of the authorized organization.
workers:
number: 5
Expand Down Expand Up @@ -39,7 +39,7 @@ test:
type: fixed-load
opts:
transactionLoad: 10
startingTps: 1
startTps: 1
workload:
module: benchmarks/api/fabric/workloads/create-private-asset.js
arguments:
Expand All @@ -57,7 +57,7 @@ test:
type: fixed-load
opts:
transactionLoad: 10
startingTps: 1
startTps: 1
workload:
module: benchmarks/api/fabric/workloads/create-private-asset.js
arguments:
Expand All @@ -75,7 +75,7 @@ test:
type: fixed-load
opts:
transactionLoad: 10
startingTps: 1
startTps: 1
workload:
module: benchmarks/api/fabric/workloads/create-private-asset.js
arguments:
Expand All @@ -93,7 +93,7 @@ test:
type: fixed-load
opts:
transactionLoad: 10
startingTps: 1
startTps: 1
workload:
module: benchmarks/api/fabric/workloads/create-private-asset.js
arguments:
Expand All @@ -111,7 +111,7 @@ test:
type: fixed-load
opts:
transactionLoad: 10
startingTps: 1
startTps: 1
workload:
module: benchmarks/api/fabric/workloads/create-private-asset.js
arguments:
Expand All @@ -129,7 +129,7 @@ test:
type: fixed-load
opts:
transactionLoad: 10
startingTps: 1
startTps: 1
workload:
module: benchmarks/api/fabric/workloads/create-private-asset.js
arguments:
Expand All @@ -139,15 +139,15 @@ test:
description: >-
Test a submitTransaction() Gateway method against the NodeJS
`fixed-asset` Smart Contract method named `createPrivateAsset`, which
inserts an asset of size 10000 bytes into the Private Data Collection
inserts an asset of size 10000 bytes into the Private Data Collection
of the authorized organization.
chaincodeID: fixed-asset
txDuration: 300
rateControl:
type: fixed-load
opts:
transactionLoad: 10
startingTps: 1
startTps: 1
workload:
module: benchmarks/api/fabric/workloads/create-private-asset.js
arguments:
Expand Down
12 changes: 6 additions & 6 deletions benchmarks/api/fabric/delete-asset-batch.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ test:
type: fixed-load
opts:
transactionLoad: 20
startingTps: 10
startTps: 10
workload:
module: benchmarks/api/fabric/workloads/batch-delete-asset.js
arguments:
Expand All @@ -44,7 +44,7 @@ test:
type: fixed-load
opts:
transactionLoad: 20
startingTps: 10
startTps: 10
workload:
module: benchmarks/api/fabric/workloads/batch-delete-asset.js
arguments:
Expand All @@ -67,7 +67,7 @@ test:
type: fixed-load
opts:
transactionLoad: 20
startingTps: 10
startTps: 10
workload:
module: benchmarks/api/fabric/workloads/batch-delete-asset.js
arguments:
Expand All @@ -90,7 +90,7 @@ test:
type: fixed-load
opts:
transactionLoad: 20
startingTps: 10
startTps: 10
workload:
module: benchmarks/api/fabric/workloads/batch-delete-asset.js
arguments:
Expand All @@ -113,7 +113,7 @@ test:
type: fixed-load
opts:
transactionLoad: 20
startingTps: 10
startTps: 10
workload:
module: benchmarks/api/fabric/workloads/batch-delete-asset.js
arguments:
Expand All @@ -136,7 +136,7 @@ test:
type: fixed-load
opts:
transactionLoad: 20
startingTps: 10
startTps: 10
workload:
module: benchmarks/api/fabric/workloads/batch-delete-asset.js
arguments:
Expand Down
16 changes: 8 additions & 8 deletions benchmarks/api/fabric/delete-asset.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ test:
type: fixed-load
opts:
transactionLoad: 20
startingTps: 10
startTps: 10
workload:
module: benchmarks/api/fabric/workloads/delete-asset.js
arguments:
Expand Down Expand Up @@ -50,7 +50,7 @@ test:
type: fixed-load
opts:
transactionLoad: 20
startingTps: 10
startTps: 10
workload:
module: benchmarks/api/fabric/workloads/delete-asset.js
arguments:
Expand All @@ -71,7 +71,7 @@ test:
type: fixed-load
opts:
transactionLoad: 20
startingTps: 10
startTps: 10
workload:
module: benchmarks/api/fabric/workloads/delete-asset.js
arguments:
Expand All @@ -92,7 +92,7 @@ test:
type: fixed-load
opts:
transactionLoad: 20
startingTps: 10
startTps: 10
workload:
module: benchmarks/api/fabric/workloads/delete-asset.js
arguments:
Expand All @@ -113,7 +113,7 @@ test:
type: fixed-load
opts:
transactionLoad: 20
startingTps: 10
startTps: 10
workload:
module: benchmarks/api/fabric/workloads/delete-asset.js
arguments:
Expand All @@ -134,7 +134,7 @@ test:
type: fixed-load
opts:
transactionLoad: 20
startingTps: 10
startTps: 10
workload:
module: benchmarks/api/fabric/workloads/delete-asset.js
arguments:
Expand All @@ -155,7 +155,7 @@ test:
type: fixed-load
opts:
transactionLoad: 20
startingTps: 10
startTps: 10
workload:
module: benchmarks/api/fabric/workloads/delete-asset.js
arguments:
Expand All @@ -176,7 +176,7 @@ test:
type: fixed-load
opts:
transactionLoad: 20
startingTps: 10
startTps: 10
workload:
module: benchmarks/api/fabric/workloads/delete-asset.js
arguments:
Expand Down
4 changes: 2 additions & 2 deletions benchmarks/api/fabric/empty-contract-2of.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ test:
type: fixed-load
opts:
transactionLoad: 100
startingTps: 10
startTps: 10
workload:
module: benchmarks/api/fabric/workloads/empty-contract.js
arguments:
Expand All @@ -41,7 +41,7 @@ test:
type: fixed-load
opts:
transactionLoad: 100
startingTps: 10
startTps: 10
workload:
module: benchmarks/api/fabric/workloads/empty-contract.js
arguments:
Expand Down
12 changes: 6 additions & 6 deletions benchmarks/api/fabric/mixed-rich-query-pagination.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ test:
type: fixed-load
opts:
transactionLoad: 5
startingTps: 5
startTps: 5
workload:
module: benchmarks/api/fabric/workloads/mixed-rich-query-asset.js
arguments:
Expand All @@ -49,7 +49,7 @@ test:
type: fixed-load
opts:
transactionLoad: 5
startingTps: 5
startTps: 5
workload:
module: benchmarks/api/fabric/workloads/mixed-rich-query-asset.js
arguments:
Expand All @@ -76,7 +76,7 @@ test:
type: fixed-load
opts:
transactionLoad: 5
startingTps: 5
startTps: 5
workload:
module: benchmarks/api/fabric/workloads/mixed-rich-query-asset.js
arguments:
Expand All @@ -103,7 +103,7 @@ test:
type: fixed-load
opts:
transactionLoad: 5
startingTps: 5
startTps: 5
workload:
module: benchmarks/api/fabric/workloads/mixed-rich-query-asset.js
arguments:
Expand All @@ -130,7 +130,7 @@ test:
type: fixed-load
opts:
transactionLoad: 5
startingTps: 5
startTps: 5
workload:
module: benchmarks/api/fabric/workloads/mixed-rich-query-asset.js
arguments:
Expand All @@ -157,7 +157,7 @@ test:
type: fixed-load
opts:
transactionLoad: 5
startingTps: 5
startTps: 5
workload:
module: benchmarks/api/fabric/workloads/mixed-rich-query-asset.js
arguments:
Expand Down
Loading

0 comments on commit 7c97617

Please sign in to comment.