Igt-dev Archive on lore.kernel.org
 help / color / mirror / Atom feed
* [igt-dev] [PATCH i-g-t] Move some gem tests to benchmarks
@ 2018-02-05  9:35 Abdiel Janulgue
  2018-02-05  9:35 ` [igt-dev] [PATCH i-g-t 1/6] tests/gem_exec_latency: Move " Abdiel Janulgue
                   ` (9 more replies)
  0 siblings, 10 replies; 14+ messages in thread
From: Abdiel Janulgue @ 2018-02-05  9:35 UTC (permalink / raw)
  To: igt-dev; +Cc: Joonas Lahtinen

Some of the gem tests actually look like benchmarks. Move them to their
proper place. Also improve gem_gtt_speed by adding a post-suspend
benchmark.

Cc: Joonas Lahtinen <joonas.lahtinen@linux.intel.com>
Cc: Chris Wilson <chris@chris-wilson.co.uk>

 benchmarks/Makefile.sources      |   5 +
 benchmarks/gem_exec_latency.c    | 504 ++++++++++++++++++++++++++++++++++
 benchmarks/gem_exec_lut_handle.c | 263 ++++++++++++++++++
 benchmarks/gem_fence_upload.c    | 405 +++++++++++++++++++++++++++
 benchmarks/gem_gtt_speed.c       | 543 +++++++++++++++++++++++++++++++++++++
 benchmarks/gem_read_read_speed.c | 213 +++++++++++++++
 benchmarks/meson.build           |   5 +
 tests/Makefile.sources           |   5 -
 tests/gem_exec_latency.c         | 504 ----------------------------------
 tests/gem_exec_lut_handle.c      | 263 ------------------
 tests/gem_fence_upload.c         | 405 ---------------------------
 tests/gem_gtt_speed.c            | 510 ----------------------------------
 tests/gem_read_read_speed.c      | 213 ---------------
 tests/meson.build                |   5 -
 14 files changed, 1938 insertions(+), 1905 deletions(-)

_______________________________________________
igt-dev mailing list
igt-dev@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/igt-dev

^ permalink raw reply	[flat|nested] 14+ messages in thread

end of thread, other threads:[~2018-02-05 12:13 UTC | newest]

Thread overview: 14+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2018-02-05  9:35 [igt-dev] [PATCH i-g-t] Move some gem tests to benchmarks Abdiel Janulgue
2018-02-05  9:35 ` [igt-dev] [PATCH i-g-t 1/6] tests/gem_exec_latency: Move " Abdiel Janulgue
2018-02-05  9:35 ` [igt-dev] [PATCH i-g-t 2/6] tests/gem_exec_lut_handle: " Abdiel Janulgue
2018-02-05  9:35 ` [igt-dev] [PATCH i-g-t 3/6] tests/gem_read_read_speed: " Abdiel Janulgue
2018-02-05  9:35 ` [igt-dev] [PATCH i-g-t 4/6] tests/gem_fence_upload: " Abdiel Janulgue
2018-02-05  9:35 ` [igt-dev] [PATCH i-g-t 5/6] tests/gem_gtt_speed: " Abdiel Janulgue
2018-02-05  9:46   ` Chris Wilson
2018-02-05  9:35 ` [igt-dev] [PATCH i-g-t 6/6] benchmarks/gtt_speed: Add a subtest to compare post suspend speed Abdiel Janulgue
2018-02-05  9:43 ` [igt-dev] [PATCH i-g-t] Move some gem tests to benchmarks Chris Wilson
2018-02-05  9:52   ` Abdiel Janulgue
2018-02-05 10:00 ` Chris Wilson
2018-02-05 11:40   ` Abdiel Janulgue
2018-02-05 11:13 ` [igt-dev] ✓ Fi.CI.BAT: success for series starting with [i-g-t,1/6] tests/gem_exec_latency: Move " Patchwork
2018-02-05 12:13 ` [igt-dev] ✓ Fi.CI.IGT: " Patchwork

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox