Skip to content

Commit 3c261f3

Browse files
authored
Allow Tests to Expect Certain Panic or Validation Messages (#4748)
1 parent 1a7db86 commit 3c261f3

19 files changed

+707
-321
lines changed

examples/bunnymark/src/main.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -395,7 +395,7 @@ static TEST: wgpu_example::framework::ExampleTestParams =
395395
wgpu_test::ComparisonType::Mean(0.05),
396396
wgpu_test::ComparisonType::Percentile {
397397
percentile: 0.99,
398-
threshold: 0.19,
398+
threshold: 0.37,
399399
},
400400
],
401401
_phantom: std::marker::PhantomData::<Example>,

0 commit comments

Comments
 (0)