Skip to content

Commit ab35b23

Browse files
committed
Remove benchmarks
Signed-off-by: Lukasz Dorau <[email protected]>
1 parent 9cd9eb4 commit ab35b23

File tree

1 file changed

+1
-9
lines changed

1 file changed

+1
-9
lines changed

.github/workflows/gpu.yml

Lines changed: 1 addition & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -106,11 +106,7 @@ jobs:
106106

107107
- name: Run standalone examples
108108
working-directory: ${{env.BUILD_DIR}}
109-
run: ctest -V -R umf_standalone_examples -C ${{env.BUILD_TYPE}}
110-
111-
- name: Run benchmarks
112-
working-directory: ${{env.BUILD_DIR}}
113-
run: ctest -V --test-dir benchmark -C ${{env.BUILD_TYPE}} --exclude-regex umf-bench-multithreaded
109+
run: ctest -V -R standalone -C ${{env.BUILD_TYPE}}
114110

115111
gpu-CUDA:
116112
name: Build
@@ -174,7 +170,3 @@ jobs:
174170
- name: Run standalone examples
175171
working-directory: ${{env.BUILD_DIR}}
176172
run: ctest -V -R umf_standalone_examples -C ${{env.BUILD_TYPE}}
177-
178-
- name: Run benchmarks
179-
working-directory: ${{env.BUILD_DIR}}
180-
run: ctest -V --test-dir benchmark -C ${{env.BUILD_TYPE}} --exclude-regex umf-bench-multithreaded

0 commit comments

Comments
 (0)