@@ -167,10 +167,10 @@ jobs:
167167 timeout-minutes : 60
168168 if : ${{ always() && steps.build-opencv-contrib.outcome == 'success' }}
169169 run : cd $HOME/build && xvfb-run -a bin/opencv_test_face --gtest_filter=${{ env.GTEST_FILTER_STRING }} --test_threads=${{ env.PARALLEL_JOBS }} ${{ env.EXTRA_GTEST_OPTIONS }}
170- - name : Accuracy:features2d
170+ - name : Accuracy:features
171171 timeout-minutes : 60
172172 if : ${{ always() && steps.build-opencv-contrib.outcome == 'success' }}
173- run : cd $HOME/build && xvfb-run -a bin/opencv_test_features2d --gtest_filter=${{ env.GTEST_FILTER_STRING }} --test_threads=${{ env.PARALLEL_JOBS }} ${{ env.EXTRA_GTEST_OPTIONS }}
173+ run : cd $HOME/build && xvfb-run -a bin/opencv_test_features --gtest_filter=${{ env.GTEST_FILTER_STRING }} --test_threads=${{ env.PARALLEL_JOBS }} ${{ env.EXTRA_GTEST_OPTIONS }}
174174 - name : Accuracy:flann
175175 timeout-minutes : 60
176176 if : ${{ always() && steps.build-opencv-contrib.outcome == 'success' }}
@@ -299,10 +299,10 @@ jobs:
299299 timeout-minutes : 60
300300 if : ${{ always() && steps.build-opencv-contrib.outcome == 'success' }}
301301 run : cd $HOME/build && xvfb-run -a bin/opencv_test_wechat_qrcode --gtest_filter=${{ env.GTEST_FILTER_STRING }} --test_threads=${{ env.PARALLEL_JOBS }} ${{ env.EXTRA_GTEST_OPTIONS }}
302- - name : Accuracy:xfeatures2d
302+ - name : Accuracy:xfeatures
303303 timeout-minutes : 60
304304 if : ${{ always() && steps.build-opencv-contrib.outcome == 'success' }}
305- run : cd $HOME/build && xvfb-run -a bin/opencv_test_xfeatures2d --gtest_filter=${{ env.GTEST_FILTER_STRING }} --test_threads=${{ env.PARALLEL_JOBS }} ${{ env.EXTRA_GTEST_OPTIONS }}
305+ run : cd $HOME/build && xvfb-run -a bin/opencv_test_xfeatures --gtest_filter=${{ env.GTEST_FILTER_STRING }} --test_threads=${{ env.PARALLEL_JOBS }} ${{ env.EXTRA_GTEST_OPTIONS }}
306306 - name : Accuracy:ximgproc
307307 timeout-minutes : 60
308308 if : ${{ always() && steps.build-opencv-contrib.outcome == 'success' }}
@@ -343,10 +343,10 @@ jobs:
343343 timeout-minutes : 60
344344 if : ${{ always() && steps.build-opencv-contrib.outcome == 'success' }}
345345 run : cd $HOME/build && xvfb-run -a bin/opencv_perf_dnn_superres --perf_impl=plain --perf_min_samples=1 --perf_force_samples=1 --perf_verify_sanity --skip_unstable=1 --gtest_filter=${{ env.GTEST_FILTER_STRING }} --perf_threads=${{ env.PARALLEL_JOBS }}
346- - name : Performance:features2d
346+ - name : Performance:features
347347 timeout-minutes : 60
348348 if : ${{ always() && steps.build-opencv-contrib.outcome == 'success' }}
349- run : cd $HOME/build && xvfb-run -a bin/opencv_perf_features2d --perf_impl=plain --perf_min_samples=1 --perf_force_samples=1 --perf_verify_sanity --skip_unstable=1 --gtest_filter=${{ env.GTEST_FILTER_STRING }} --perf_threads=${{ env.PARALLEL_JOBS }}
349+ run : cd $HOME/build && xvfb-run -a bin/opencv_perf_features --perf_impl=plain --perf_min_samples=1 --perf_force_samples=1 --perf_verify_sanity --skip_unstable=1 --gtest_filter=${{ env.GTEST_FILTER_STRING }} --perf_threads=${{ env.PARALLEL_JOBS }}
350350 - name : Performance:imgcodecs
351351 timeout-minutes : 60
352352 if : ${{ always() && steps.build-opencv-contrib.outcome == 'success' }}
@@ -399,10 +399,10 @@ jobs:
399399 timeout-minutes : 60
400400 if : ${{ always() && steps.build-opencv-contrib.outcome == 'success' }}
401401 run : cd $HOME/build && xvfb-run -a bin/opencv_perf_videoio --perf_impl=plain --perf_min_samples=1 --perf_force_samples=1 --perf_verify_sanity --skip_unstable=1 --gtest_filter=${{ env.GTEST_FILTER_STRING }} --perf_threads=${{ env.PARALLEL_JOBS }}
402- - name : Performance:xfeatures2d
402+ - name : Performance:xfeatures
403403 timeout-minutes : 60
404404 if : ${{ always() && steps.build-opencv-contrib.outcome == 'success' }}
405- run : cd $HOME/build && xvfb-run -a bin/opencv_perf_xfeatures2d --perf_impl=plain --perf_min_samples=1 --perf_force_samples=1 --perf_verify_sanity --skip_unstable=1 --gtest_filter=${{ env.GTEST_FILTER_STRING }} --perf_threads=${{ env.PARALLEL_JOBS }}
405+ run : cd $HOME/build && xvfb-run -a bin/opencv_perf_xfeatures --perf_impl=plain --perf_min_samples=1 --perf_force_samples=1 --perf_verify_sanity --skip_unstable=1 --gtest_filter=${{ env.GTEST_FILTER_STRING }} --perf_threads=${{ env.PARALLEL_JOBS }}
406406 - name : Performance:ximgproc
407407 timeout-minutes : 60
408408 if : ${{ always() && steps.build-opencv-contrib.outcome == 'success' }}
0 commit comments