Caliper report

Summary of performance metrics

Name Succ Fail Send Rate (TPS) Max Latency (s) Min Latency (s) Avg Latency (s) Throughput (TPS)
MintNFT. 5000 0 15.0 2.19 0.10 0.43 14.9
Query all NFTS. 9819 0 338.2 0.06 0.01 0.02 338.1

Benchmark round: MintNFT.

rateControl:
  type: fixed-load
  opts:
    transactionLoad: 5

Performance metrics for MintNFT.

Name Succ Fail Send Rate (TPS) Max Latency (s) Min Latency (s) Avg Latency (s) Throughput (TPS)
MintNFT. 5000 0 15.0 2.19 0.10 0.43 14.9

Resource utilization for MintNFT.

Benchmark round: Query all NFTS.

txDuration: 30
rateControl:
  type: fixed-load
  opts:
    transactionLoad: 5

Performance metrics for Query all NFTS.

Name Succ Fail Send Rate (TPS) Max Latency (s) Min Latency (s) Avg Latency (s) Throughput (TPS)
Query all NFTS. 9819 0 338.2 0.06 0.01 0.02 338.1

Resource utilization for Query all NFTS.

Test Environment

benchmark config

workers:
  type: local
  number: 5
rounds:
  - label: MintNFT.
    txNumber: 5000
    rateControl:
      type: fixed-load
      opts:
        transactionLoad: 5
    workload:
      module: benchmarks/samples/fabric/erc-721/mintNFT.js
  - label: Query all NFTS.
    txDuration: 30
    rateControl:
      type: fixed-load
      opts:
        transactionLoad: 5
    workload:
      module: benchmarks/samples/fabric/erc-721/queryAllNFTS.js
      arguments:
        assets: 500
        startKey: '1'
        endKey: '50'

SUT

not provided