Skip to content

Commit eb98642

Browse files
ShabbyXCommit Bot
authored and
Commit Bot
committed
Prefix glmark2 perf results with glmark2_
Bug: angleproject:3125 Change-Id: Ifa45d489cb082355a23f33f05f805e5f6162ac0c Reviewed-on: https://chromium-review.googlesource.com/c/angle/angle/+/1529232 Reviewed-by: Jamie Madill <[email protected]> Commit-Queue: Shahbaz Youssefi <[email protected]>
1 parent 77c1138 commit eb98642

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

src/tests/perf_tests/glmark2Benchmark.cpp

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -244,7 +244,9 @@ class GLMark2Benchmark : public testing::TestWithParam<GLMark2BenchmarkTestParam
244244

245245
if (!completeRun)
246246
{
247-
perf_test::PrintResult(benchmarkName, '_' + mBackend, "fps", fps, "", true);
247+
const std::string kBenchmarkPrefix = "glmark2_";
248+
perf_test::PrintResult(kBenchmarkPrefix + benchmarkName, '_' + mBackend, "fps", fps,
249+
"", true);
248250
}
249251
}
250252

0 commit comments

Comments
 (0)