Commit eb986426 by Shahbaz Youssefi Committed by Commit Bot

Prefix glmark2 perf results with glmark2_

Bug: angleproject:3125 Change-Id: Ifa45d489cb082355a23f33f05f805e5f6162ac0c Reviewed-on: https://chromium-review.googlesource.com/c/angle/angle/+/1529232Reviewed-by: 's avatarJamie Madill <jmadill@chromium.org> Commit-Queue: Shahbaz Youssefi <syoussefi@chromium.org>
parent 77c11381
......@@ -244,7 +244,9 @@ class GLMark2Benchmark : public testing::TestWithParam<GLMark2BenchmarkTestParam
if (!completeRun)
{
perf_test::PrintResult(benchmarkName, '_' + mBackend, "fps", fps, "", true);
const std::string kBenchmarkPrefix = "glmark2_";
perf_test::PrintResult(kBenchmarkPrefix + benchmarkName, '_' + mBackend, "fps", fps,
"", true);
}
}
......
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