Commit 4864e0cd by Shahbaz Youssefi Committed by Commit Bot

Fix OOM in TextureUpload perf test

The test texture size is reduced from 2k x 2k to 1k x 1k to avoid OOM on lower-memory devices. Bug: 945415 Change-Id: I66611417114212427f0a2cfc677450f5e705a7ca Reviewed-on: https://chromium-review.googlesource.com/c/angle/angle/+/1537331 Commit-Queue: Shahbaz Youssefi <syoussefi@chromium.org> Reviewed-by: 's avatarYuly Novikov <ynovikov@chromium.org>
parent 50fb5cc9
...@@ -27,7 +27,7 @@ struct TextureUploadParams final : public RenderTestParams ...@@ -27,7 +27,7 @@ struct TextureUploadParams final : public RenderTestParams
iterationsPerStep = kIterationsPerStep; iterationsPerStep = kIterationsPerStep;
trackGpuTime = true; trackGpuTime = true;
baseSize = 2048; baseSize = 1024;
subImageSize = 64; subImageSize = 64;
webgl = false; webgl = false;
......
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