This is an automated email from the ASF dual-hosted git repository. junchao pushed a commit to branch local_perf in repository https://gitbox.apache.org/repos/asf/incubator-resilientdb.git
commit 68ed3c5d6a2692d0624e342b2eb87fc5054549f1 Author: junchao <[email protected]> AuthorDate: Wed Apr 16 12:52:49 2025 -0600 add local per --- scripts/deploy/performance_local/run_performance.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/deploy/performance_local/run_performance.sh b/scripts/deploy/performance_local/run_performance.sh index 64f8a3a0..25cab4cf 100755 --- a/scripts/deploy/performance_local/run_performance.sh +++ b/scripts/deploy/performance_local/run_performance.sh @@ -28,7 +28,7 @@ server_bin=${server_name} bazel run //benchmark/protocols/pbft:kv_service_tools -- $PWD/config_out/client.config -sleep 10 +sleep 60 echo "benchmark done" count=1
