mirror of
https://gitlab.freedesktop.org/wlroots/wlroots.git
synced 2026-04-16 08:21:40 -04:00
test: add render pass benchmark
This file is based on https://ozal.ski/bench.c which was previously use to provide benchmarks when we moved from the legacy rendering API to the current render pass architecture.
This commit is contained in:
parent
a5c87484c2
commit
2a3b42d4a4
2 changed files with 100 additions and 0 deletions
|
|
@ -8,3 +8,9 @@ benchmark(
|
|||
executable('bench-scene', 'bench_scene.c', dependencies: wlroots),
|
||||
timeout: 30,
|
||||
)
|
||||
|
||||
benchmark(
|
||||
'render-pass',
|
||||
executable('bench-render-pass', 'bench_render_pass.c', dependencies: wlroots),
|
||||
timeout: 30,
|
||||
)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue