]> code.ossystems Code Review - openembedded-core.git/commit
python: Run pybench once for optimisation task in pgo
authorRoss Burton <ross.burton@intel.com>
Mon, 3 Sep 2018 10:49:09 +0000 (11:49 +0100)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Wed, 5 Sep 2018 17:00:00 +0000 (18:00 +0100)
commit78af3a3e6865cac8bc9fd881af6158ce5e21d4e5
tree676e61496636e6dd05bf6c6ec7e331a67263c641
parentc6bc6d874ae43eb2808508b935f837c670c1d15e
python: Run pybench once for optimisation task in pgo

There is no good reason to loop 10 times on the test since the profile
optimisation won't change between runs, we don't need/want a statistical
average. This is just burning cpu cycles, just make 1 run.

Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/recipes-devtools/python/python3_3.5.5.bb