commit | d29f0e7ccb84993562f34f2d8e3933a19a3ed676 | [log] [tgz] |
---|---|---|
author | Yuqian Li <liyuqian@google.com> | Thu Sep 14 07:49:41 2017 -0700 |
committer | Skia Commit-Bot <skia-commit-bot@chromium.org> | Thu Sep 14 15:09:51 2017 +0000 |
tree | 36016128a81a1d5f6b363eb408aa1e929d3d8338 | |
parent | ed294b4e00a5a5155445d4e877a4a10f9cddc85d [diff] |
Do not divide loops in PathBench That breaks the assumption that the work is proportional to loops. For example, loops = 5 and loops = 7 would result in the same count if count = loops / 4. Bug: skia: Change-Id: Idae86d658cbfba8a7f49b983ed61a8b7fbea007a Reviewed-on: https://skia-review.googlesource.com/46600 Commit-Queue: Yuqian Li <liyuqian@google.com> Commit-Queue: Herb Derby <herb@google.com> Reviewed-by: Herb Derby <herb@google.com>