aboutsummaryrefslogtreecommitdiffhomepage
path: root/tools/gen_bench_expectations_from_codereview.py
Commit message (Collapse)AuthorAge
* gen_bench_expectations: use subprocess instead of shell_utils due to ↵Gravatar borenet2014-07-02
| | | | | | | | | | | | | buildbot-side name collision BUG=skia:2714 R=rmistry@google.com TBR=rmistry NOTRY=true Author: borenet@google.com Review URL: https://codereview.chromium.org/368043002
* Fix RecreateSkpsGravatar borenet2014-07-02
| | | | | | | | | | | | | | | - Use shell_utils to auto-print all subprocesses. - Only download bench_pictures data. - Skip or error out on bots which failed BenchPictures, PostBench, or UploadBenchResults. BUG=skia:2714 R=rmistry@google.com TBR=rmistry NOTRY=true Author: borenet@google.com Review URL: https://codereview.chromium.org/363833004
* Bench rebaseline from codereview: fix is_finishedGravatar commit-bot@chromium.org2014-05-29
| | | | | | | | | | | | | | R=epoger@google.com, bensong@google.com TBR=benchen, epoger BUG=skia:2225 NOTREECHECKS=true NOTRY=true Author: borenet@google.com Review URL: https://codereview.chromium.org/304943002 git-svn-id: http://skia.googlecode.com/svn/trunk@14962 2bbb7eff-a529-9590-31e7-b0007b416f81
* Bench Rebaseline from Codereview: separate out all_trybots_finished()Gravatar commit-bot@chromium.org2014-05-29
| | | | | | | | | | | | BUG=skia:2225 NOTREECHECKS=true R=epoger@google.com, bensong@google.com Author: borenet@google.com Review URL: https://codereview.chromium.org/301143002 git-svn-id: http://skia.googlecode.com/svn/trunk@14951 2bbb7eff-a529-9590-31e7-b0007b416f81
* Add script to rebaseline benches from codereview trybot resultsGravatar commit-bot@chromium.org2014-05-28
This script is designed to be used by the RecreateSKPs bot. Eventually, the bot will: 1. Generate new SKPs 2. Upload the new SKPs to a subdirectory with an ID or generation number. 3. Change Skia to use the new SKPs: a. Create and upload a Skia CL which changes the "current SKP generation" file to point to the new SKPs b. Launch Perf trybots on that CL. c. Call this script every 5 minutes until it successfully creates new baselines for each of the launched Perf bots. d. Add the new baselines to the CL e. Upload a second patch set of the CL f. Check the CQ bit on the CL BUG=skia:2225 R=epoger@google.com, halcanary@google.com, bensong@google.com Author: borenet@google.com Review URL: https://codereview.chromium.org/297893004 git-svn-id: http://skia.googlecode.com/svn/trunk@14921 2bbb7eff-a529-9590-31e7-b0007b416f81