Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
integration
Manage
Activity
Members
Labels
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Package registry
Model registry
Operate
Terraform modules
Analyze
Contributor analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
GitLab community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
elixxir
integration
Merge requests
!11
Release
Code
Review changes
Check out branch
Download
Patches
Plain diff
Expand sidebar
Closed
Release
release
into
master
Overview
0
Commits
158
Pipelines
0
Changes
1
Closed
Release
Sydney Anne Erickson
requested to merge
release
into
master
Nov 3, 2021
Overview
0
Commits
158
Pipelines
0
Changes
1
0
0
Merge request reports
Viewing commit
bc572b37
Prev
Next
Show latest version
1 file
+
1
−
1
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
bc572b37
Add time wrapper
· bc572b37
Richard T. Carback III
authored
Jan 27, 2022
basice2e/ud-stress.sh
+
1
−
1
View file @ bc572b37
Edit in single-file editor
Open in Web IDE
Show full file
@@ -96,7 +96,7 @@ fi
# Test forever
while
[
true
]
;
do
echo
"SEARCHING..."
CLIENTCMD
=
"timeout 240s ../bin/client ud
$CLIENTUDOPTS
-l
$CLIENTOUT
/client13.log -s
$CLIENTOUT
/blob13 --searchusername Jake"
CLIENTCMD
=
"
time
timeout 240s ../bin/client ud
$CLIENTUDOPTS
-l
$CLIENTOUT
/client13.log -s
$CLIENTOUT
/blob13 --searchusername Jake"
eval
$CLIENTCMD
>
$CLIENTOUT
/josh31.bin &
PIDVAL1
=
$!
echo
"
$CLIENTCMD
--
$PIDVAL1
"
Loading