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
ca0d828b
Commit
ca0d828b
authored
Mar 08, 2018
by
Kirill Smelkov
1
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
X neotest: Tzwrk1 - place to control running time of 1 zwrk iteration
parent
4af48245
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
1 deletion
+3
-1
go/neo/t/neotest
go/neo/t/neotest
+3
-1
No files found.
go/neo/t/neotest
View file @
ca0d828b
...
...
@@ -878,6 +878,7 @@ cpustat() {
Nrun
=
5
# repeat benchmarks N time
Nparv
=
"1 2 3 4 8 12 16"
# run parallel zwrk benchmarks with so many clients
#Npar=16 # run so many parallel clients in parallel phase
Tzwrk1
=
1s
# time to run 1 zwrk iteration
#profile=
profile
=
cpustat
...
...
@@ -1095,7 +1096,8 @@ zbench_go() {
for
i
in
${
Nparv
}
;
do
echo
-e
"
\n
#
$i
clients in parallel"
nrun tzodb_go
-log_dir
=
$log
zwrk
-nclient
$i
-check
=
$zhashok
-bench
=
$topic
-
$zhashfunc
$url
nrun tzodb_go
-test
.benchtime
$Tzwrk1
-log_dir
=
$log
\
zwrk
-nclient
$i
-check
=
$zhashok
-bench
=
$topic
-
$zhashfunc
$url
done
}
...
...
Kirill Smelkov
@kirr
mentioned in commit
646a94b5
·
Jul 12, 2018
mentioned in commit
646a94b5
mentioned in commit 646a94b5c4ac71c068cff55ea54ae12eeabe03cf
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