You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: README-DEV.md
+3
Original file line number
Diff line number
Diff line change
@@ -51,7 +51,10 @@ It's recommended to develop and deploy the App on Ubuntu 18.04 or Ubuntu 20.04.
51
51
The easiest way to run a local pool is to start it in Docker:
52
52
53
53
make install
54
+
55
+
# DCL_OBSERVERS=1 make localnet_init # to initialize observers as well
54
56
make localnet_init
57
+
55
58
make localnet_start
56
59
57
60
This will start a local pool of 4 validator nodes in Docker. The nodes will expose their RPC enpoints on ports `26657`, `26659`, `26661`, `26663` correspondingly.
Copy file name to clipboardexpand all lines: docs/design/benchmarking.md
+1-1
Original file line number
Diff line number
Diff line change
@@ -19,7 +19,7 @@
19
19
*`response time` (percentiles): the time between client's initial request and the last byte of a validator response
20
20
*`requests per second (RPS)`: number of requests per second
21
21
*`transactions per second (TPS)`: number of write requests (txns) per second
22
-
***Note** to measure that on client side write requests should use to `broadcast_tx_commit`requetss
22
+
***Note** to measure that on a client side write requests should use `broadcast_tx_commit`requests
23
23
*`number of clients`: number of concurrent clients that ledger serves
24
24
* (optional) `throughtput` (in/out): number of KB per second. Marked as optional since we don't expect much in/out data due to relatively small txns payloads.
0 commit comments