diff --git a/benchmarks/api/fabric/create-asset.yaml b/benchmarks/api/fabric/create-asset.yaml index c89f92f0..99e5913a 100755 --- a/benchmarks/api/fabric/create-asset.yaml +++ b/benchmarks/api/fabric/create-asset.yaml @@ -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: @@ -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: @@ -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: @@ -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: @@ -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: @@ -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: @@ -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: @@ -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: diff --git a/benchmarks/api/fabric/create-private-asset.yaml b/benchmarks/api/fabric/create-private-asset.yaml index 9f239e00..dbd5291d 100755 --- a/benchmarks/api/fabric/create-private-asset.yaml +++ b/benchmarks/api/fabric/create-private-asset.yaml @@ -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 @@ -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: @@ -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: @@ -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: @@ -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: @@ -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: @@ -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: @@ -139,7 +139,7 @@ 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 @@ -147,7 +147,7 @@ test: type: fixed-load opts: transactionLoad: 10 - startingTps: 1 + startTps: 1 workload: module: benchmarks/api/fabric/workloads/create-private-asset.js arguments: diff --git a/benchmarks/api/fabric/delete-asset-batch.yaml b/benchmarks/api/fabric/delete-asset-batch.yaml index 17b2ed89..2512b078 100755 --- a/benchmarks/api/fabric/delete-asset-batch.yaml +++ b/benchmarks/api/fabric/delete-asset-batch.yaml @@ -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: @@ -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: @@ -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: @@ -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: @@ -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: @@ -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: diff --git a/benchmarks/api/fabric/delete-asset.yaml b/benchmarks/api/fabric/delete-asset.yaml index 8ef2edda..dac8767d 100755 --- a/benchmarks/api/fabric/delete-asset.yaml +++ b/benchmarks/api/fabric/delete-asset.yaml @@ -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: @@ -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: @@ -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: @@ -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: @@ -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: @@ -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: @@ -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: @@ -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: diff --git a/benchmarks/api/fabric/empty-contract-2of.yaml b/benchmarks/api/fabric/empty-contract-2of.yaml index 578af8f9..797d4e2a 100755 --- a/benchmarks/api/fabric/empty-contract-2of.yaml +++ b/benchmarks/api/fabric/empty-contract-2of.yaml @@ -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: @@ -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: diff --git a/benchmarks/api/fabric/mixed-rich-query-pagination.yaml b/benchmarks/api/fabric/mixed-rich-query-pagination.yaml index cd217012..3cc7f6cd 100755 --- a/benchmarks/api/fabric/mixed-rich-query-pagination.yaml +++ b/benchmarks/api/fabric/mixed-rich-query-pagination.yaml @@ -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: @@ -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: @@ -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: @@ -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: @@ -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: @@ -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: diff --git a/benchmarks/api/fabric/read-write-asset.yaml b/benchmarks/api/fabric/read-write-asset.yaml index 8b5f0de1..db573748 100644 --- a/benchmarks/api/fabric/read-write-asset.yaml +++ b/benchmarks/api/fabric/read-write-asset.yaml @@ -3,7 +3,7 @@ test: description: >- This is a transaction number based benchmark targeting a Hyperledger Fabric network using the `fixed-asset` chaincode. - It will preload a fixed number of keys in the first round, + It will preload a fixed number of keys in the first round, then perform a set of read + write transactions on a given number of keys before finally deleting all the preloaded keys in the final round workers: @@ -20,7 +20,7 @@ test: type: fixed-load opts: transactionLoad: 20 - startingTps: 10 + startTps: 10 workload: module: benchmarks/api/fabric/workloads/read-write-assets/preload-assets.js arguments: @@ -40,7 +40,7 @@ test: type: fixed-load opts: transactionLoad: 20 - startingTps: 10 + startTps: 10 workload: module: benchmarks/api/fabric/workloads/read-write-assets/read-write-assets.js arguments: @@ -63,7 +63,7 @@ test: type: fixed-load opts: transactionLoad: 20 - startingTps: 10 + startTps: 10 workload: module: benchmarks/api/fabric/workloads/read-write-assets/read-write-assets.js arguments: @@ -86,7 +86,7 @@ test: type: fixed-load opts: transactionLoad: 20 - startingTps: 10 + startTps: 10 workload: module: benchmarks/api/fabric/workloads/read-write-assets/read-write-assets.js arguments: @@ -108,7 +108,7 @@ test: type: fixed-load opts: transactionLoad: 20 - startingTps: 10 + startTps: 10 workload: module: benchmarks/api/fabric/workloads/read-write-assets/delete-preloaded-assets.js arguments: diff --git a/benchmarks/api/fabric/test.yaml b/benchmarks/api/fabric/test.yaml index 80d9c078..d988a2f8 100755 --- a/benchmarks/api/fabric/test.yaml +++ b/benchmarks/api/fabric/test.yaml @@ -168,7 +168,7 @@ test: Test a submitTransaction() Gateway method against the `fixed-asset` Smart Contract method named `ReadWriteAssets`. This method reads and writes a specified number of keys for assets of size 100 - bytes. The write keys set will never be any of the read keys. + bytes. The write keys set will never be any of the read keys. The contract will never write to the keys that were read. chaincodeID: fixed-asset txNumber: 5 @@ -241,7 +241,7 @@ test: type: fixed-load opts: transactionLoad: 20 - startingTps: 10 + startTps: 10 workload: module: benchmarks/api/fabric/workloads/batch-delete-asset.js arguments: