Skip to content

Commit 1a5a5df

Browse files
committed
skip compute benchmark on llvmpipe ci for now
1 parent 01b8d96 commit 1a5a5df

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

benches/benches/computepass.rs

+3-1
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,9 @@ impl ComputepassState {
5656
| wgpu::Features::TEXTURE_BINDING_ARRAY
5757
| wgpu::Features::STORAGE_RESOURCE_BINDING_ARRAY
5858
| wgpu::Features::SAMPLED_TEXTURE_AND_STORAGE_BUFFER_ARRAY_NON_UNIFORM_INDEXING,
59-
);
59+
)
60+
// TODO: as of writing llvmpipe segfaults the bindless benchmark on ci
61+
&& device_state.adapter_info.driver != "llvmpipe";
6062

6163
// Performance gets considerably worse if the resources are shuffled.
6264
//

0 commit comments

Comments
 (0)