Commit 17e4b0ce authored by Kirill Smelkov's avatar Kirill Smelkov

.

parent bb3aff1e
......@@ -365,6 +365,7 @@ pyver() {
# show data/versions
header() {
echo -n "# "; date --rfc-2822
echo "# `whoami`@`hostname --fqdn`";
echo -n "# "; grep "^model name" /proc/cpuinfo |head -1 |sed -e 's/model name\s*: //'
echo -n "# "; uname -a
echo -n "# "; python --version
......@@ -497,8 +498,6 @@ cmd_bench_cluster() {
install_trap
gen_data
on $url ./neotest info-local
echo -e "\n*** ZEO"
Zpy $fs1/data.fs
on $url ./neotest run-client zeo://$Zbind
......
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