[Fuego] [PATCH 3/4] hackbench: fix the chart config file
Daniel Sangorrin <[email protected]> Fri, 20 Aug 2021 15:20:09 +0900
| Newsgroups | dev.linux.lists.fuego |
|---|---|
| Message-ID | <2dd46ae9b079d0933db0e19cfa5e199fffb92cb4.1629440060.git.daniel.sangorrin@toshiba.co.jp> |
From: Nguyen Dat Tho <[email protected]> Signed-off-by: Nguyen Dat Tho <[email protected]> Signed-off-by: Daniel Sangorrin <[email protected]> --- tests/Benchmark.hackbench/chart_config.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/Benchmark.hackbench/chart_config.json b/tests/Benchmark.hackbench/chart_config.json index 2f58df8..f5ca3e4 100644 --- a/tests/Benchmark.hackbench/chart_config.json +++ b/tests/Benchmark.hackbench/chart_config.json @@ -1,3 +1,3 @@ { - "hackbench":["hackbench"] + "chart_type": "testset_summary_table" } -- 2.17.1