Re: [Fuego] [PATCH] Dhrystone/spec.json: Add Spec for 2000M LOOP count
<[email protected]> Wed, 30 Mar 2022 12:44:48 +0000
| Newsgroups | dev.linux.lists.fuego |
|---|---|
| Message-ID | <TYCPR01MB6095618E3345968ED10E0A00B31F9@TYCPR01MB6095.jpnprd01.prod.outlook.com> |
Dear Tim, I'm working on Fuego-core project in Toshiba.=20 I would like to add below change to up-stream. Kindly review and provide yo= ur feedback. Thanks & Regards Sireesha -----Original Message----- From: [email protected] <[email protected]>= =20 Sent: Wednesday, March 30, 2022 6:03 PM To: [email protected] Cc: nakkala sireesha(=1B$B#T#S#I#P=1B(B) <[email protected]= >; [email protected]; dinesh kumar(=1B$B#T#S#I#P=1B(B) <dines= [email protected]>; hayashi kazuhiro(=1B$BNS=1B(B =1B$BOB9(=1B(B =1B= $B""#S#W#C"~#A#C#T=1B(B) <[email protected]> Subject: [PATCH] Dhrystone/spec.json: Add Spec for 2000M LOOP count From: sireesha <[email protected]> Signed-off-by: sireesha <[email protected]> --- tests/Benchmark.Dhrystone/spec.json | 3 +++ 1 file changed, 3 insertions(+) diff --git a/tests/Benchmark.Dhrystone/spec.json b/tests/Benchmark.Dhryston= e/spec.json index b8604a6..12f5b5e 100644 --- a/tests/Benchmark.Dhrystone/spec.json +++ b/tests/Benchmark.Dhrystone/spec.json @@ -15,6 +15,9 @@ }, "500M": { "LOOPS":"500000000" + }, + "2000M": { + "LOOPS":"2000000000" } } } --=20 2.20.1