Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
N
neoppod
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Levin Zimmermann
neoppod
Commits
046370db
Commit
046370db
authored
Oct 13, 2017
by
Test
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
X benchify rest of bench-cluster
parent
3a1bdf4a
Changes
1
Show 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
...
@@ -103,6 +103,7 @@ EOF
go get
-v
lab.nexedi.com/kirr/neo/go/...
go get
-v
lab.nexedi.com/kirr/neo/go/...
go get
-v
github.com/pkg/profile
# used by zhash.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
git clone
-o
kirr
-b
x/hist https://lab.nexedi.com/kirr/ioping.git
pushd
ioping
pushd
ioping
...
@@ -880,6 +881,7 @@ cmd_bench-cluster() {
...
@@ -880,6 +881,7 @@ cmd_bench-cluster() {
bench_disk
bench_disk
echo
-e
"
\n
*** link latency:"
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"
`
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
# ping2bench <topic> - converts timings from ping to std benchmark format
...
@@ -967,32 +969,32 @@ Benchmark$1-avg 1 \\2 ms/op\
...
@@ -967,32 +969,32 @@ Benchmark$1-avg 1 \\2 ms/op\
echo
-e
"
\n
*** ZEO"
echo
-e
"
\n
*** ZEO"
Zpy
$fs1
/data.fs
Zpy
$fs1
/data.fs
on
$url
./neotest run-client zeo://
$Zbind
on
$url
./neotest run-client
"
`
hostname
`
-
$peer
/zeo"
zeo://
$Zbind
killall runzeo
killall runzeo
wait
wait
echo
-e
"
\n
*** NEO/py sqlite"
echo
-e
"
\n
*** NEO/py sqlite"
NEOpylite
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
xneoctl
set
cluster stopping
wait
wait
echo
-e
"
\n
*** NEO/py sql"
echo
-e
"
\n
*** NEO/py sql"
NEOpysql
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
xneoctl
set
cluster stopping
xmysql
-e
"SHUTDOWN"
xmysql
-e
"SHUTDOWN"
wait
wait
echo
-e
"
\n
*** NEO/go"
echo
-e
"
\n
*** NEO/go"
NEOgo
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
xneoctl
set
cluster stopping
wait
wait
echo
-e
"
\n
*** NEO/go (sha1 disabled)"
echo
-e
"
\n
*** NEO/go (sha1 disabled)"
X_NEOGO_SHA1_SKIP
=
y NEOgo
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
xneoctl
set
cluster stopping
wait
wait
...
...
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