Skip to content

Commit

Permalink
Update about-sui.md
Browse files Browse the repository at this point in the history
  • Loading branch information
adeabiodun authored Mar 20, 2022
1 parent 7f992bd commit 0021b13
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions doc/src/learn/about-sui.md
Original file line number Diff line number Diff line change
Expand Up @@ -46,9 +46,11 @@ Sui scales horizontally to meet the demands of applications. Network capacity gr

By design, Sui authorities (nodes) can effectively scale the network throughput infinitely to meet the demand of builders and creators. We believe Sui can do for web3 what broadband internet did for web2.

Note: As of Mar 18, 2022, an unoptimized single-worker Sui authority running on an 8-core M1 Macbook Pro can process 20,000 token transfer transactions per second (TPS). Performance scales linearly with the number of cores–the same machine processes 4,000 TPS in a single core configuration and increases by about 2,000 TPS with each additional core.
Note: As of Mar 19, 2022, an unoptimized single-worker Sui authority running on an 8-core M1 Macbook Pro can execute and commit 120,000 token transfer transactions per second (TPS). Throughput scales linearly with the number of cores–the same machine processes 25,000 TPS in a single core configuration.

We will publish a full performance report for optimized Sui networks of various sizes when our testnet is released.
This experiment uses a configuration where each client submits a batch of 100 transactions (i.e., transfers to 100 distinct recipients) with a single signature. This configuration captures the anticipated usage pattern of a highly scalable blockchain--e.g., a custodial wallet or game server operating at scale will likely need to submit hundreds or thousands of on-chain transactions per second. With a batch size of 1, an authority running on the same machine can process 20,000 TPS with 8 cores, and exhibits the same linear growth in throughput as more cores are added.

We will publish a full performance report for optimized Sui networks in a variety of configurations when our testnet is released.

## A safe smart contract language accessible to mainstream developers

Expand Down

0 comments on commit 0021b13

Please sign in to comment.