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
Commits
f0fc1ea4
Commit
f0fc1ea4
authored
1 year ago
by
Luke Grazette
Browse files
Options
Downloads
Patches
Plain Diff
Fix tolerance for Hlt1 to 3MHz
parent
24928165
No related branches found
Branches containing commit
No related tags found
Tags containing commit
1 merge request
!330
[RTADPA BW Tests] Introducing an Hlt1-bandwidth test via Moore_in_Allen
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
python/MooreTests/make_bandwidth_test_page.py
+2
-3
2 additions, 3 deletions
python/MooreTests/make_bandwidth_test_page.py
with
2 additions
and
3 deletions
python/MooreTests/make_bandwidth_test_page.py
+
2
−
3
View file @
f0fc1ea4
...
...
@@ -502,9 +502,8 @@ if __name__ == '__main__':
}
# Prepare messages to GitLab
# limits on rate: 1 kHz for Hlt2 rate and 0.5% for Sprucing retention
tol
=
{
'
hlt1
'
:
30000
,
'
hlt2
'
:
1000
,
'
spruce
'
:
500
}
tol
=
1000
if
args
.
process
==
'
hlt2
'
else
500
# limits on rate: 3 MHz for Hlt1, 1 kHz for Hlt2 rate and 0.5% for Sprucing retention
tol
=
{
'
hlt1
'
:
3e6
,
'
hlt2
'
:
1000
,
'
spruce
'
:
500
}[
args
.
process
]
n_low_rate
=
len
(
[
info
for
info
in
rate_bw_info_by_line
.
values
()
if
info
.
rate
==
0
])
n_high_rate
=
len
(
...
...
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