mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2025-12-29 21:00:16 +01:00
radeonsi/tests: use a smaller tests-per-group value
Faster glcts runs (44 -> 34 sec). Reviewed-by: Marek Olšák <marek.olsak@amd.com> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/16580>
This commit is contained in:
parent
c2892b811a
commit
e87135c552
1 changed files with 2 additions and 0 deletions
|
|
@ -419,6 +419,8 @@ if args.glcts:
|
|||
cmd = [
|
||||
"deqp-runner",
|
||||
"run",
|
||||
"--tests-per-group",
|
||||
"100",
|
||||
"--deqp",
|
||||
"{}/external/openglcts/modules/glcts".format(glcts_path),
|
||||
"--caselist",
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue