Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
P
physics_benchmarks
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
EIC
benchmarks
physics_benchmarks
Commits
26824450
Commit
26824450
authored
2 years ago
by
Wouter Deconinck
Browse files
Options
Downloads
Patches
Plain Diff
Time all steps for single benchmark
parent
dd54b5d5
No related branches found
No related tags found
1 merge request
!150
Time all steps for single benchmark
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
benchmarks/single/analyze.sh
+1
-0
1 addition, 0 deletions
benchmarks/single/analyze.sh
benchmarks/single/reconstruct.sh
+1
-0
1 addition, 0 deletions
benchmarks/single/reconstruct.sh
benchmarks/single/simulate.sh
+1
-0
1 addition, 0 deletions
benchmarks/single/simulate.sh
with
3 additions
and
0 deletions
benchmarks/single/analyze.sh
+
1
−
0
View file @
26824450
...
@@ -3,6 +3,7 @@
...
@@ -3,6 +3,7 @@
source
$(
dirname
$0
)
/common.sh
$*
source
$(
dirname
$0
)
/common.sh
$*
# Analyze
# Analyze
/usr/bin/time
-v
\
root
-l
-b
-q
"benchmarks/single/analysis/analyze.cxx+(
\"
${
JUGGLER_REC_FILE
}
\"
)"
root
-l
-b
-q
"benchmarks/single/analysis/analyze.cxx+(
\"
${
JUGGLER_REC_FILE
}
\"
)"
if
[[
"
$?
"
-ne
"0"
]]
;
then
if
[[
"
$?
"
-ne
"0"
]]
;
then
echo
"ERROR analysis failed"
echo
"ERROR analysis failed"
...
...
This diff is collapsed.
Click to expand it.
benchmarks/single/reconstruct.sh
+
1
−
0
View file @
26824450
...
@@ -7,6 +7,7 @@ for rec in options/*.py ; do
...
@@ -7,6 +7,7 @@ for rec in options/*.py ; do
unset
tag
unset
tag
[[
$(
basename
${
rec
}
.py
)
=
~
(
.
*
)
\.
(
.
*
)
]]
&&
tag
=
".
${
BASH_REMATCH
[2]
}
"
[[
$(
basename
${
rec
}
.py
)
=
~
(
.
*
)
\.
(
.
*
)
]]
&&
tag
=
".
${
BASH_REMATCH
[2]
}
"
JUGGLER_REC_FILE
=
${
JUGGLER_REC_FILE
/.root/
${
tag
:-}
.root
}
\
JUGGLER_REC_FILE
=
${
JUGGLER_REC_FILE
/.root/
${
tag
:-}
.root
}
\
/usr/bin/time
-v
\
gaudirun.py
${
JUGGLER_GAUDI_OPTIONS
:-}
${
rec
}
gaudirun.py
${
JUGGLER_GAUDI_OPTIONS
:-}
${
rec
}
if
[[
"
$?
"
-ne
"0"
]]
;
then
if
[[
"
$?
"
-ne
"0"
]]
;
then
echo
"ERROR running juggler"
echo
"ERROR running juggler"
...
...
This diff is collapsed.
Click to expand it.
benchmarks/single/simulate.sh
+
1
−
0
View file @
26824450
...
@@ -3,6 +3,7 @@
...
@@ -3,6 +3,7 @@
source
$(
dirname
$0
)
/common.sh
$*
source
$(
dirname
$0
)
/common.sh
$*
# Simulate
# Simulate
/usr/bin/time
-v
\
ddsim
--runType
run
\
ddsim
--runType
run
\
--printLevel
WARNING
\
--printLevel
WARNING
\
--enableGun
\
--enableGun
\
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment