Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
ycai
simbricks
Commits
35f1671c
Commit
35f1671c
authored
Dec 10, 2020
by
Antoine Kaufmann
Browse files
netperf table: remove tail latency column
parent
749af4d9
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
results/netperf.py
results/netperf.py
+2
-2
No files found.
results/netperf.py
View file @
35f1671c
...
@@ -44,5 +44,5 @@ for (h,h_l) in hosts:
...
@@ -44,5 +44,5 @@ for (h,h_l) in hosts:
tp
=
fmt_tp
(
data
.
get
(
'throughput'
,
''
))
tp
=
fmt_tp
(
data
.
get
(
'throughput'
,
''
))
latMean
=
fmt_lat
(
data
.
get
(
'latenyMean'
,
''
))
latMean
=
fmt_lat
(
data
.
get
(
'latenyMean'
,
''
))
latTail
=
fmt_lat
(
data
.
get
(
'latenyTail'
,
''
))
latTail
=
fmt_lat
(
data
.
get
(
'latenyTail'
,
''
))
print
(
' %s & %s & %s & %s & %s & %s
& %s
\\\\
'
%
(
h_l
,
nic_l
,
net_l
,
print
(
' %s & %s & %s & %s & %s & %s
\\\\
'
%
(
h_l
,
nic_l
,
net_l
,
tp
,
latMean
,
latTail
,
t
))
tp
,
latMean
,
t
))
Write
Preview
Markdown
is supported
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