We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 68ed3c5 commit 997ebe6Copy full SHA for 997ebe6
scripts/deploy/README.md
@@ -64,6 +64,14 @@ Run the script:
64
65
Results will be saved locally and be shown on the screen as well.
66
67
+## Test Performance Locally
68
+Before running, place the private IP addresses of your machines in the file ``config/kv_performance_server_local.conf``.
69
+You can simply add "127.0.0.1" to the files to specify the number of nodes and clients.
70
+
71
+Run the script:
72
73
+ ./performance_local/pbft_performance.sh config/kv_performance_server_local.conf
74
75
76
## Using non-ubuntu account ##
77
The default path for the workspace to deploy the system is /home/ubuntu
0 commit comments