ci: Use a separate benchmark filter (#7919)

This commit is contained in:
Ayaz Salikhov
2026-08-06 12:04:41 +01:00
committed by GitHub
parent 8d7524f03b
commit 5bf24c4045
4 changed files with 25 additions and 5 deletions

View File

@@ -14,7 +14,8 @@
"compiler": ["clang"],
"build_type": ["Release"],
"arch": ["amd64"],
"minimal": true
"minimal": true,
"benchmark": true
},
{