All of lore.kernel.org
 help / color / mirror / Atom feed
* [Fuego] [PATCH] iperf3: show png performance graph even on failure
@ 2018-03-09  6:33 Daniel Sangorrin
  2018-03-20  4:21 ` Tim.Bird
  0 siblings, 1 reply; 2+ messages in thread
From: Daniel Sangorrin @ 2018-03-09  6:33 UTC (permalink / raw)
  To: fuego

When the failure is caused by a strict criteria it may
be interesting to actually see the performance graph.

If the reason for failure is different and the png could
not be created the link may not work at all.

Signed-off-by: Daniel Sangorrin <daniel.sangorrin@toshiba.co.jp>
---
 engine/tests/Benchmark.iperf3/spec.json | 9 ++++++---
 1 file changed, 6 insertions(+), 3 deletions(-)

diff --git a/engine/tests/Benchmark.iperf3/spec.json b/engine/tests/Benchmark.iperf3/spec.json
index 95d02c2..29a1700 100644
--- a/engine/tests/Benchmark.iperf3/spec.json
+++ b/engine/tests/Benchmark.iperf3/spec.json
@@ -3,15 +3,18 @@
     "specs": {
         "default": {
             "client_params": "-O 4 -t 64",
-            "extra_success_links": {"png": "iperf3.png"}
+            "extra_success_links": {"png": "iperf3.png"},
+            "extra_fail_links": {"png": "iperf3.png"}
         },
         "zerocopy": {
             "client_params": "-O 4 -t 64 -Z",
-            "extra_success_links": {"png": "iperf3.png"}
+            "extra_success_links": {"png": "iperf3.png"},
+            "extra_fail_links": {"png": "iperf3.png"}
         },
         "udp": {
             "client_params": "-t 60 -u -b 400M",
-            "extra_success_links": {"png": "iperf3.png"}
+            "extra_success_links": {"png": "iperf3.png"},
+            "extra_fail_links": {"png": "iperf3.png"}
         }
     }
 }
-- 
2.7.4



^ permalink raw reply related	[flat|nested] 2+ messages in thread

* Re: [Fuego] [PATCH] iperf3: show png performance graph even on failure
  2018-03-09  6:33 [Fuego] [PATCH] iperf3: show png performance graph even on failure Daniel Sangorrin
@ 2018-03-20  4:21 ` Tim.Bird
  0 siblings, 0 replies; 2+ messages in thread
From: Tim.Bird @ 2018-03-20  4:21 UTC (permalink / raw)
  To: daniel.sangorrin, fuego

Looks good. Applied.

Thanks,
 -- Tim

> -----Original Message-----
> From: Daniel Sangorrin
> 
> When the failure is caused by a strict criteria it may
> be interesting to actually see the performance graph.
> 
> If the reason for failure is different and the png could
> not be created the link may not work at all.
> 
> Signed-off-by: Daniel Sangorrin <daniel.sangorrin@toshiba.co.jp>
> ---
>  engine/tests/Benchmark.iperf3/spec.json | 9 ++++++---
>  1 file changed, 6 insertions(+), 3 deletions(-)
> 
> diff --git a/engine/tests/Benchmark.iperf3/spec.json
> b/engine/tests/Benchmark.iperf3/spec.json
> index 95d02c2..29a1700 100644
> --- a/engine/tests/Benchmark.iperf3/spec.json
> +++ b/engine/tests/Benchmark.iperf3/spec.json
> @@ -3,15 +3,18 @@
>      "specs": {
>          "default": {
>              "client_params": "-O 4 -t 64",
> -            "extra_success_links": {"png": "iperf3.png"}
> +            "extra_success_links": {"png": "iperf3.png"},
> +            "extra_fail_links": {"png": "iperf3.png"}
>          },
>          "zerocopy": {
>              "client_params": "-O 4 -t 64 -Z",
> -            "extra_success_links": {"png": "iperf3.png"}
> +            "extra_success_links": {"png": "iperf3.png"},
> +            "extra_fail_links": {"png": "iperf3.png"}
>          },
>          "udp": {
>              "client_params": "-t 60 -u -b 400M",
> -            "extra_success_links": {"png": "iperf3.png"}
> +            "extra_success_links": {"png": "iperf3.png"},
> +            "extra_fail_links": {"png": "iperf3.png"}
>          }
>      }
>  }
> --
> 2.7.4
> 
> 
> _______________________________________________
> Fuego mailing list
> Fuego@lists.linuxfoundation.org
> https://lists.linuxfoundation.org/mailman/listinfo/fuego

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2018-03-20  4:21 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2018-03-09  6:33 [Fuego] [PATCH] iperf3: show png performance graph even on failure Daniel Sangorrin
2018-03-20  4:21 ` Tim.Bird

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.