Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | Remove const from `const int loops`. | mtklein | 2015-10-01 |
| | | | | | | | | This drives me nuts, and prevents `while (loops --> 0)`. BUG=skia: Review URL: https://codereview.chromium.org/1379923005 | ||
* | Add a control benchmark. | mtklein | 2015-05-06 |
I'm thinking of using this in perf with something like: ratio(fill(filter("test=foo")), fill(filter("test=control"))) Does that make sense to you? Not sure that this is really a good control bench on all bots, but I propose we just run it a bit and find out if it needs work. BUG=skia: Review URL: https://codereview.chromium.org/1129823003 |