Re: [Fuego] [PATCH 2/2] Dhrystone/chart_config.json: Add new measure for 'microseconds_for_one_run'
"Bird, Tim" <[email protected]> Tue, 19 Apr 2022 20:39:08 +0000
| Newsgroups | dev.linux.lists.fuego |
|---|---|
| Message-ID | <BYAPR13MB25037B551C88FEA3BCA0607FFDF29@BYAPR13MB2503.namprd13.prod.outlook.com> |
Looks good. Applied and pushed. -- Tim > -----Original Message----- > From: [email protected] <[email protected]= m> > Sent: Monday, April 18, 2022 5:35 AM > To: Bird, Tim <[email protected]> > Cc: sireesha <[email protected]>; [email protected]= tion.org; [email protected]; > [email protected] > Subject: [PATCH 2/2] Dhrystone/chart_config.json: Add new measure for 'mi= croseconds_for_one_run' >=20 > From: sireesha <[email protected]> >=20 > Signed-off-by: sireesha <[email protected]> > --- > tests/Benchmark.Dhrystone/chart_config.json | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) >=20 > diff --git a/tests/Benchmark.Dhrystone/chart_config.json b/tests/Benchmar= k.Dhrystone/chart_config.json > index f27da55..b6c1b48 100644 > --- a/tests/Benchmark.Dhrystone/chart_config.json > +++ b/tests/Benchmark.Dhrystone/chart_config.json > @@ -1,4 +1,4 @@ > { > "chart_type": "measure_plot", > - "measures": ["default.Dhrystone.Score"] > + "measures": ["default.Dhrystone.microseconds_for_one_run", "default.= Dhrystone.Score"] > } > -- > 2.20.1 >=20