Commit 3c8870a1 by Jamie Madill

perf_tests: Use 'score' units.

The dashboard automatically marks 'frames' as 'lower is better', while 'score' is automatically marked as 'higher is better'. Hence, use score instead of frames. BUG=468852 Change-Id: I02b3a9e4b74989793d4bfbf21a94e43670b3e028 Reviewed-on: https://chromium-review.googlesource.com/266522Tested-by: 's avatarJamie Madill <jmadill@chromium.org> Reviewed-by: 's avatarGeoff Lang <geofflang@chromium.org>
parent b11ad26b
...@@ -65,7 +65,7 @@ void ANGLEPerfTest::SetUp() ...@@ -65,7 +65,7 @@ void ANGLEPerfTest::SetUp()
void ANGLEPerfTest::TearDown() void ANGLEPerfTest::TearDown()
{ {
printResult("score", static_cast<size_t>(mNumFrames), "frames", true); printResult("score", static_cast<size_t>(mNumFrames), "score", true);
} }
std::string RenderTestParams::suffix() const std::string RenderTestParams::suffix() const
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment