Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
N
neo
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Labels
Merge Requests
2
Merge Requests
2
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Jobs
Commits
Open sidebar
Kirill Smelkov
neo
Commits
046370db
Commit
046370db
authored
Oct 13, 2017
by
Test
1
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
X benchify rest of bench-cluster
parent
3a1bdf4a
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
7 additions
and
5 deletions
+7
-5
go/neo/t/neotest
go/neo/t/neotest
+7
-5
No files found.
go/neo/t/neotest
View file @
046370db
...
...
@@ -103,6 +103,7 @@ EOF
go get
-v
lab.nexedi.com/kirr/neo/go/...
go get
-v
github.com/pkg/profile
# used by zhash.go
go get
-v
golang.org/x/perf/cmd/benchstat
# to summarize/diff benchmark results
git clone
-o
kirr
-b
x/hist https://lab.nexedi.com/kirr/ioping.git
pushd
ioping
...
...
@@ -880,6 +881,7 @@ cmd_bench-cluster() {
bench_disk
echo
-e
"
\n
*** link latency:"
# XXX -> bench_link + bench_tcp
peer
=
`
python
-c
"import urlparse as p; u=p.urlparse(
\"
scheme://
$url
\"
); print u.hostname"
`
# ping2bench <topic> - converts timings from ping to std benchmark format
...
...
@@ -967,32 +969,32 @@ Benchmark$1-avg 1 \\2 ms/op\
echo
-e
"
\n
*** ZEO"
Zpy
$fs1
/data.fs
on
$url
./neotest run-client zeo://
$Zbind
on
$url
./neotest run-client
"
`
hostname
`
-
$peer
/zeo"
zeo://
$Zbind
killall runzeo
wait
echo
-e
"
\n
*** NEO/py sqlite"
NEOpylite
on
$url
./neotest run-client neo://
$cluster
@
$Mbind
on
$url
./neotest run-client
"
`
hostname
`
-
$peer
/neo/py/sqlite"
neo://
$cluster
@
$Mbind
xneoctl
set
cluster stopping
wait
echo
-e
"
\n
*** NEO/py sql"
NEOpysql
on
$url
./neotest run-client neo://
$cluster
@
$Mbind
on
$url
./neotest run-client
"
`
hostname
`
-
$peer
/neo/py/sql"
neo://
$cluster
@
$Mbind
xneoctl
set
cluster stopping
xmysql
-e
"SHUTDOWN"
wait
echo
-e
"
\n
*** NEO/go"
NEOgo
on
$url
./neotest run-client neo://
$cluster
@
$Mbind
on
$url
./neotest run-client
"
`
hostname
`
-
$peer
/neo/go"
neo://
$cluster
@
$Mbind
xneoctl
set
cluster stopping
wait
echo
-e
"
\n
*** NEO/go (sha1 disabled)"
X_NEOGO_SHA1_SKIP
=
y NEOgo
on
$url
X_NEOGO_SHA1_SKIP
=
y ./neotest run-client
--goonly
neo://
$cluster
@
$Mbind
on
$url
X_NEOGO_SHA1_SKIP
=
y ./neotest run-client
--goonly
"
\\\"
`
hostname
`
-
$peer
/neo/go(!sha1)
\\\"
"
neo://
$cluster
@
$Mbind
xneoctl
set
cluster stopping
wait
...
...
Kirill Smelkov
@kirr
mentioned in commit
3f578560
·
Jul 12, 2018
mentioned in commit
3f578560
mentioned in commit 3f578560c49222cf4b0f8ba2b408d3db9c94444d
Toggle commit list
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment