[igt-dev] [PATCH i-g-t] Move some gem tests to benchmarks
Chris Wilson
chris at chris-wilson.co.uk
Mon Feb 5 10:00:50 UTC 2018
Quoting Abdiel Janulgue (2018-02-05 09:35:19)
> 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.
You can't just move them wholesale into benchmarks/ without weaning them
off libigt, they were not even supposed to be linked against libigt.la.
libigt was expressly developed with the purpose of making writing tests
easier and that gets in the way of the benchmarks. That is not to say
the core ioctl wrappers are not useful, it's just all the logging and
subtest framework built above them that has all too often caused
explosions and get in the way.
Say no to igt_subtest, but welcome a new igt_perf. And ezbench
integration.
-Chris
More information about the igt-dev
mailing list