Adjust limits for WARP on CI

This commit is contained in:
Connor Fitzgerald
2021-07-28 00:38:49 -04:00
parent 3c8de92ba0
commit ebf049bcee

View File

@@ -328,6 +328,6 @@ fn boids() {
base_test_parameters: framework::test_common::TestParameters::default()
.downlevel_flags(wgpu::DownlevelFlags::COMPUTE_SHADERS),
tolerance: 0,
max_outliers: 1000, // Currently bounded by rpi4
max_outliers: 2500, // Currently bounded by WARP
});
}