mirror of
https://gitlab.freedesktop.org/wlroots/wlroots.git
synced 2026-06-14 14:32:57 -04:00
Merge branch 'render-pass-bench' into 'master'
test: Add Go-compatible render pass benchmark See merge request wlroots/wlroots!5342
This commit is contained in:
commit
b32d393b5d
2 changed files with 377 additions and 0 deletions
|
|
@ -30,3 +30,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