[Fuego] [PATCH 1/3] dbench4: fix chart_config error

Tim.Bird at sony.com Tim.Bird at sony.com
Wed Oct 31 01:24:29 UTC 2018


Looks good. Applied.
Thanks,
 -- Tim

> -----Original Message-----
> From: fuego-bounces at lists.linuxfoundation.org [mailto:fuego-
> bounces at lists.linuxfoundation.org] On Behalf Of Daniel Sangorrin
> Sent: Tuesday, October 30, 2018 2:59 AM
> To: fuego at lists.linuxfoundation.org
> Subject: [Fuego] [PATCH 1/3] dbench4: fix chart_config error
> 
> I was getting this error:
> !!! ERROR: Missing chart_type in chart config file (/fuego-
> core/engine/tests/Benchmark.dbench4/chart_config.json)
> Please add 'chart_type' entry in the file
> chart config not found. Using default values.
> 
> TODO: if this is a change in the API or a regression, other
> may need changes as well.
> 
> Signed-off-by: Daniel Sangorrin <daniel.sangorrin at toshiba.co.jp>
> ---
>  engine/tests/Benchmark.dbench4/chart_config.json | 3 ++-
>  1 file changed, 2 insertions(+), 1 deletion(-)
> 
> diff --git a/engine/tests/Benchmark.dbench4/chart_config.json
> b/engine/tests/Benchmark.dbench4/chart_config.json
> index ee256a2..cd5f799 100644
> --- a/engine/tests/Benchmark.dbench4/chart_config.json
> +++ b/engine/tests/Benchmark.dbench4/chart_config.json
> @@ -1,3 +1,4 @@
>  {
> -        "dbench":["Throughput"]
> +    "chart_type": "measure_plot",
> +    "measures": ["default.dbench.Throughput"]
>  }
> --
> 2.7.4
> 
> _______________________________________________
> Fuego mailing list
> Fuego at lists.linuxfoundation.org
> https://lists.linuxfoundation.org/mailman/listinfo/fuego


More information about the Fuego mailing list