Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
P
PRConfig
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Requirements
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Container Registry
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD 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
LHCb Data Packages
PRConfig
Merge requests
!357
update the name of the raw bank combiner
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
update the name of the raw bank combiner
sevda-clean-up
into
master
Overview
3
Commits
3
Pipelines
3
Changes
1
All threads resolved!
Hide all comments
Merged
Sevda Esen
requested to merge
sevda-clean-up
into
master
1 year ago
Overview
3
Commits
3
Pipelines
3
Changes
1
All threads resolved!
Hide all comments
Expand
Needed by
lhcb/Moore!2802 (merged)
Edited
1 year ago
by
Sevda Esen
0
0
Merge request reports
Viewing commit
f3ea9fb5
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
f3ea9fb5
Apply 1 suggestion(s) to 1 file(s)
· f3ea9fb5
Sevda Esen
authored
1 year ago
python/MooreTests/run_throughput_jobs.py
+
1
−
1
Options
@@ -604,7 +604,7 @@ if __name__ == '__main__':
continue
all_lines
=
''
.
join
(
lines
)
m
=
re
.
search
(
r
"
SelectiveCombineRawBanks_for_All
Streams
([^\s]*)?\s+INFO.+\n.+\n.+\n.+\n.+Event.+\s+.\s+([0-9]+)\s.([+-]?\d(.\d+)?[Ee][+-]?\d+).+\n
"
,
r
"
SelectiveCombineRawBanks_for_All([^\s]*)?\s+INFO.+\n.+\n.+\n.+\n.+Event.+\s+.\s+([0-9]+)\s.([+-]?\d(.\d+)?[Ee][+-]?\d+).+\n
"
,
all_lines
)
evt_sizes
.
append
(
float
(
m
.
group
(
3
)))
print
(
"
Bandwidth of job {} is {} MB/s.
"
.
format
(
Loading