angle/src/tests
Jamie Madill d0a024f9c7 Lower perf tests resource usage further.
This reduces the warmup trials from 2->1 and the trial time
from 5s -> 4s.

Old: (2 warmup + 3 trials) * 5s / trial ~= 25s per sample
New: (1 warmup + 3 trials) * 4s / trial ~= 16s per sample

The tests should run in about 2/3 the time as it took prior.

A future change will likely have to split up the tests so we
can run shorter shards in sequential groupings between tests.

Bug: angleproject:7738
Change-Id: Ic6c744be838174b61f4eb832189ccad14f89103d
Reviewed-on: https://chromium-review.googlesource.com/c/angle/angle/+/3939917
Reviewed-by: Yuly Novikov <ynovikov@chromium.org>
Auto-Submit: Jamie Madill <jmadill@chromium.org>
Commit-Queue: Yuly Novikov <ynovikov@chromium.org>
2022-10-10 13:45:40 +00:00
..
capture_replay_tests Remove namespacing from all ANGLE loaders. 2022-10-04 12:16:30 +00:00
compiler_tests Enable desktop GLSL for desktop GL frontend 2022-08-24 16:40:11 +00:00
deqp_support Vulkan: Do not cache the FramebufferHelper with no attachment 2022-09-20 03:00:18 +00:00
egl_tests Translator: Fix ClampIndirectIndices vs. unsized arrays 2022-09-30 17:38:49 +00:00
gl_tests fix typo 2022-10-07 17:12:48 +00:00
gles1_conformance_tests GL_PALETTE* sampling 2022-09-30 09:03:30 +00:00
gles_conformance_tests
perf_tests Vulkan: Implement imageless framebuffers 2022-10-06 19:39:23 +00:00
preprocessor_tests
py_utils Turn on trace data hash checking automatically. 2022-09-29 12:50:28 +00:00
restricted_traces Tests: Add 3D Pool Ball trace. 2022-10-08 02:40:35 +00:00
test_expectations Refactor to use ANGLETest vs ANGLETestWithParam 2022-06-27 03:10:01 +00:00
test_utils Remove namespacing from all ANGLE loaders. 2022-10-04 12:16:30 +00:00
util_tests
BUILD.gn GLES1: Make CTS verbose 2022-09-27 04:02:33 +00:00
OWNERS
angle_deqp_tests_main.cpp Use consistent test names with dEQP. 2022-06-10 13:45:01 +00:00
angle_end2end_tests.gni gl_test: add a test to capture/replay MEC with EGL images 2022-09-30 09:39:39 +00:00
angle_end2end_tests_expectations.txt Revert "Suppress DrawBuffersTest.MidRenderPassClearWithGapsRGB" 2022-10-05 21:38:44 +00:00
angle_end2end_tests_main.cpp Test Runner: Determine slow tests from test expectations. 2021-08-20 17:20:15 +00:00
angle_generic_tests_main.cpp
angle_perftests.gni Vulkan: Implement imageless framebuffers 2022-10-06 19:39:23 +00:00
angle_perftests_main.cpp
angle_system_info_tests_main.cpp angle_system_info_test also exports androidSdkLevel 2022-03-16 15:48:27 +00:00
angle_unittest_main.cpp
angle_unittests.gni Enable desktop GLSL for desktop GL frontend 2022-08-24 16:40:11 +00:00
angle_unittests_utils.h libANGLE: Add a unique ID to the Surface 2022-06-28 14:12:36 +00:00
angle_white_box_tests.gni Vulkan: Expose performance counters via extension. 2022-03-10 19:41:06 +00:00
angle_white_box_tests_main.cpp
capture_replay_tests.py capture/replay: Add MEC support to capture-replay script 2022-09-19 14:08:36 +00:00
run_angle_android_test.py Turn on trace data hash checking automatically. 2022-09-29 12:50:28 +00:00
run_perf_tests.py Lower perf tests resource usage further. 2022-10-10 13:45:40 +00:00