Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
i4
manycore
emper-io-eval
Commits
97a01449
Commit
97a01449
authored
May 16, 2022
by
Florian Fischer
Browse files
use more fine grained buckets around the 13000-14000 ms interval
parent
640db1a0
Pipeline
#82023
passed with stage
in 1 minute and 1 second
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
plot_tail_latency.py
View file @
97a01449
...
...
@@ -206,7 +206,7 @@ def summarize(latency_files, latency):
bin_edge_candidates
=
[
data_min
,
median
,
100
,
500
,
1000
,
1750
,
2500
,
5000
,
7500
,
10000
,
data_max
13000
,
13500
,
14000
,
data_max
]
bin_edges
=
[
c
for
c
in
bin_edge_candidates
if
c
<=
data_max
]
hist
,
bin_edges
=
np
.
histogram
(
latencies
,
bin_edges
)
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment