Skip to content
Snippets Groups Projects

[RTADPA BW Tests] Introducing an Hlt1-bandwidth test via Moore_in_Allen

Merged Luke Grazette requested to merge lugrazet-BW-initialhlt1test into master
Compare and Show latest version
1 file
+ 2
3
Compare changes
  • Side-by-side
  • Inline
@@ -513,9 +513,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(
Loading