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
ca0d828b
Commit
ca0d828b
authored
Mar 08, 2018
by
Kirill Smelkov
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
}
...
...
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