Skip to content

Commit b00c117

Browse files
authored
[HIP] Increase blender perf diff threshold (#294)
This parameter sets how much difference in runtime the blender workloads are allowed to show when run in the testing. In reality it was advised to set this to 15% instead of the 5% shown here. With this patch, we increase the default threshold to 10% to see if this gives us enough wiggle room out of the box to not see any runtime related flakiness.
1 parent f302e77 commit b00c117

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

External/HIP/workload/blender/test_blender.sh.in

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
#!/bin/bash
22

33
TEST_SUITE_HIP_ROOT=${TEST_SUITE_HIP_ROOT:-"@TEST_SUITE_HIP_ROOT@"}
4-
perf_thresh=${HIP_BLENDER_TEST_PERF_THRESH:-5}
4+
perf_thresh=${HIP_BLENDER_TEST_PERF_THRESH:-10}
55

66
export CCC_OVERRIDE_OPTIONS=${HIP_BLENDER_TEST_CCC_OVERRIDE_OPTIONS:-"+-v"}
77

0 commit comments

Comments
 (0)