diff options
author | mtklein <mtklein@chromium.org> | 2015-05-06 12:42:04 -0700 |
---|---|---|
committer | Commit bot <commit-bot@chromium.org> | 2015-05-06 12:42:04 -0700 |
commit | 44d43d8d6e4f9321c9001f269ff433bd06aa81e1 (patch) | |
tree | 075b5ee806a80d38d52cbe76072436188cee4005 /gyp | |
parent | e4017d8ca709bc0b4fc0f95c26eb592a8d5c597b (diff) |
Add a control benchmark.
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
Diffstat (limited to 'gyp')
-rw-r--r-- | gyp/bench.gypi | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gyp/bench.gypi b/gyp/bench.gypi index 3d041f6314..3e87f6bc8c 100644 --- a/gyp/bench.gypi +++ b/gyp/bench.gypi @@ -45,6 +45,7 @@ '../bench/ColorCubeBench.cpp', '../bench/ColorFilterBench.cpp', '../bench/ColorPrivBench.cpp', + '../bench/ControlBench.cpp', '../bench/CoverageBench.cpp', '../bench/DashBench.cpp', '../bench/DeferredSurfaceCopyBench.cpp', |