Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 2 Next »

Purpose: I that section you can find information about executed performance test runs for Iroha, all parameters and results.

Parameters

Network configuration

Configuration A

  • 50 Iroha nodes
  • 10 virtual machines (5 Iroha nodes per machine)
  • 5 GB memory limit per Iroha node
  • 1 GB memory limit per Postgres node
  • SSD storage
  • 100 GB storage limit per Iroha node

Transaction configuration

  • Ordered batch 1
    • CreateDomain
    • CreateAsset
    • CreateAccount
    • AddAssetQuantity
    • TransferAsset
  • Ordered batch 2
    • GrantPermission
    • SetAccountDetail
  • Ordered batch 3
    • SetAccountDetail

Metrics

During performance testing, our goal is to understand non-functional characteristics of running Iroha network in terms of speed and efficiency.

For a clear understanding of such characteristics, we are going to collect the following metrics:

  • The maximum amount of successfully finalized transactions per second (TPS)
    • During 80% of peak load on a long-distance (more than 24 hours)
    • During peak load on a short distance (1 hour)
  • Average time of transaction finalization (from the moment when the transaction reached the Torii port, until the moment when the transaction is marked as finalized and sent to the subscribers via opened streams)
    • When Iroha network is on the 80% of peak load
    • When Iroha network is on the 100% of peak load
  • No labels