Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

test:

  name: simple

  description: >-

    This is an example benchmark for Caliper, to test the backend DLT's

    performance with simple account opening & querying transactions.

  workers:

    number:1

  rounds:

    - label: open

      description: >-

        Test description for the opening of an account through the deployed

        contract.

      txNumber:*number-of-accounts

      rateControl:

        type: fixed-rate

        opts:

          tps:110 # tps for opening the configured number of accounts

      workload:

        module: benchmarks/scenario/simple/open.js

        arguments:*simple-args


Logs

Log file for one node during a short performance run:

...

View file
namecaliper.log
height250


Metrics

Some screenshots of metrics during a ~420TPS run


Storage IO for one node in the group:


Image Added


Network UI for one node in the group:


Image Added


TX pool size for all nodes:


Image Added


CPU load for all nodes:


Image Added


Memory usage for all nodes:


Image Added