Caliper report

Summary of performance metrics

Name Succ Fail Send Rate (TPS) Max Latency (s) Min Latency (s) Avg Latency (s) Throughput (TPS)
Create Car 20 0 -47.3 1.03 0.57 0.73 104.2
Query Car 20 0 65.8 0.18 0.02 0.07 61.3

Benchmark round: Create Car

rateControl:
  type: fixed-rate
  opts:
    tps: 40

Performance metrics for Create Car

Name Succ Fail Send Rate (TPS) Max Latency (s) Min Latency (s) Avg Latency (s) Throughput (TPS)
Create Car 20 0 -47.3 1.03 0.57 0.73 104.2

Resource utilization for Create Car

Benchmark round: Query Car

Test description for the query performance of the deployed contract.

rateControl:
  type: fixed-rate
  opts:
    tps: 40

Performance metrics for Query Car

Name Succ Fail Send Rate (TPS) Max Latency (s) Min Latency (s) Avg Latency (s) Throughput (TPS)
Query Car 20 0 65.8 0.18 0.02 0.07 61.3

Resource utilization for Query Car

Test Environment

benchmark config

workers:
  type: local
  number: 1
rounds:
  - label: Create Car
    txNumber: 20
    rateControl:
      type: fixed-rate
      opts:
        tps: 40
    workload:
      module: benchmarks/scenario/simple/fabric-v2.2/createCar.js
  - label: Query Car
    description: Test description for the query performance of the deployed contract.
    txNumber: 20
    rateControl:
      type: fixed-rate
      opts:
        tps: 40
    workload:
      module: benchmarks/scenario/simple/fabric-v2.2/queryCar.js

SUT

not provided