Commit fe8fd50e authored by Kirill Smelkov's avatar Kirill Smelkov

.

parent 174e4835
...@@ -1107,7 +1107,7 @@ zbench_local() { ...@@ -1107,7 +1107,7 @@ zbench_local() {
echo -e "\n*** ZEO" echo -e "\n*** ZEO"
Zpy $fs1/data.fs Zpy $fs1/data.fs
Zpy_job=$! Zpy_job=$!
zbench zeo://$Zbind `hostname`/zeo $zhashok zbench zeo://$Zbind `hostname`/zeo/py/fs1 $zhashok
kill $Zpy_job kill $Zpy_job
wait $Zpy_job wait $Zpy_job
...@@ -1215,7 +1215,7 @@ zbench_cluster() { ...@@ -1215,7 +1215,7 @@ zbench_cluster() {
echo -e "\n*** ZEO" echo -e "\n*** ZEO"
Zpy $fs1/data.fs Zpy $fs1/data.fs
Zpy_job=$! Zpy_job=$!
on $url ./neotest zbench-client zeo://$Zbind "`hostname`-$peer/zeo" $zhashok on $url ./neotest zbench-client zeo://$Zbind "`hostname`-$peer/zeo/py/fs1" $zhashok
kill $Zpy_job kill $Zpy_job
wait $Zpy_job wait $Zpy_job
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment