Skip to content

Commit f589a71

Browse files
committed
chore(ci): exclude performance tests from sanitizer runs
Performance tests have hardcoded latency thresholds that fail under sanitizer overhead (10-100x slowdown). Exclude tests labeled 'performance' from sanitizer ctest runs.
1 parent 9e7e554 commit f589a71

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -270,7 +270,7 @@ jobs:
270270
done
271271
else
272272
echo "Running ctest with ${{ matrix.sanitizer }}..."
273-
ctest -C Debug --output-on-failure --timeout 120
273+
ctest -C Debug --output-on-failure --timeout 120 -LE performance
274274
fi
275275
276276
- name: Upload sanitizer results

0 commit comments

Comments
 (0)