Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
H
hep-workloads
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Requirements
Jira
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Locked files
Deploy
Releases
Package registry
Container registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Code review analytics
Issue analytics
Insights
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
HEP-Benchmarks
hep-workloads
Merge requests
!673
merge qa-build-atlas-sim_mt-aarch64 commit
bebac89e
from 4545386
Code
Review changes
Check out branch
Download
Patches
Plain diff
Closed
merge qa-build-atlas-sim_mt-aarch64 commit
bebac89e
from 4545386
tmp_qa-build-atlas-sim_mt-aarch64_bebac89e
into
master
Overview
0
Commits
38
Pipelines
1
Changes
97
Closed
Ghost User
requested to merge
tmp_qa-build-atlas-sim_mt-aarch64_bebac89e
into
master
2 years ago
Overview
0
Commits
38
Pipelines
1
Changes
97
Expand
0
0
Merge request reports
Compare
master
master (base)
and
latest version
latest version
bebac89e
38 commits,
2 years ago
97 files
+
364311
−
48
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Files
97
Search (e.g. *.vue) (Ctrl+P)
atlas/kv/atlas-kv/parseResults.sh
+
1
−
1
Options
@@ -17,7 +17,7 @@ function parseResults(){
echo
"[parseResults] parsing results from"
proc_
*
/out_
*
.log
local
shstatus
=
0
# Parse 'Event Throughput: xxxx ev/s'
resJSON
=
`
grep
-A2
"INFO Statistics for 'evt'"
proc_
*
/AtlasG4_trf.log |
grep
"<real>"
|
sed
-e
"s@[^(]*([[:blank:]]*
\(
[ 0-9
\.
]*
\)
+/-.*@
\1
@"
|
awk
'BEGIN{amin=1000000;amax=0;count=0;}
resJSON
=
`
grep
--text
-A2
"INFO Statistics for 'evt'"
proc_
*
/AtlasG4_trf.log |
grep
"<real>"
|
sed
-e
"s@[^(]*([[:blank:]]*
\(
[ 0-9
\.
]*
\)
+/-.*@
\1
@"
|
awk
'BEGIN{amin=1000000;amax=0;count=0;}
{ val=1./(int($1)/1000.); a[count]=val; count+=1; sum+=val; if(amax<val) amax=val; if(amin>val) amin=val}
END{sep=sprintf("%*s", 120, "");gsub(/ /, "*", sep);
n = asort(a); if (n % 2) {
Loading