skia2/infra/bots/recipe_modules/flavor
Kevin Lubick af79192aa3 Make CPU coverage bot a bit faster
Adding -O1 and reducing the shards to cut down on overhead
in post-production.  This seems to save us a few minutes
(e.g. ~26 -> ~23 minutes).

The optimized code has about 600 fewer reachable lines of code
(according to the Coverage measurement), which is acceptable
given our tests run on -O1 or better.

Experiments (in this review) show that O3 is faster than O1, 
but not significantly enough where we want to deviate from 
our normal Debug bots:
Control: 73 minutes
-O1: 59 minutes
-O2: 60 minutes
-O3: 50 minutes

Bug: skia:
NOTRY=true
Change-Id: I33344c1cd2408373004d010e36ce27d6aa03deb2
Reviewed-on: https://skia-review.googlesource.com/65503
Reviewed-by: Mike Klein <mtklein@chromium.org>
Commit-Queue: Kevin Lubick <kjlubick@google.com>
2017-11-02 13:15:51 +00:00
..
examples Make CPU coverage bot a bit faster 2017-11-02 13:15:51 +00:00
resources Reland: Use bundled recipes for all test/perf tasks 2017-04-07 13:26:10 +00:00
__init__.py Remove dependency on recipe_engine/shutil. 2017-07-10 13:46:35 +00:00
api.py [recipes] Fix *_VERSION step failure handling 2017-04-24 21:20:04 +00:00
default_flavor.py Remove dependency on recipe_engine/shutil. 2017-07-10 13:46:35 +00:00
flutter_flavor.py [skia] convert recipes and module to new context module 2017-05-15 13:46:22 +00:00
gn_android_flavor.py Fix asset version detection 2017-10-13 17:20:37 +00:00
gn_chromebook_flavor.py Fix Chromebook output step and skpbench 2017-10-12 19:18:11 +00:00
gn_chromecast_flavor.py Fix chromecast perfs 2017-08-31 17:50:01 +00:00
gn_flavor.py Make CPU coverage bot a bit faster 2017-11-02 13:15:51 +00:00
ios_flavor.py Remove debug flag for ios bots 2017-05-19 20:56:47 +00:00
pdfium_flavor.py Convert last step.context stragglers. 2017-06-01 11:39:57 +00:00
valgrind_flavor.py Add CIPD asset for Valgrind 2017-05-31 19:41:13 +00:00