Skip to content

Commit f680732

Browse files
committed
Do not run benchmarks in the proxy_lib CI
Do not run benchmarks in the proxy_lib CI, since it takes about 4 minutes to run the umf-bench-ubench benchmark. Benchmarks are run in a separate workflow. Signed-off-by: Lukasz Dorau <[email protected]>
1 parent 8a74b8f commit f680732

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/proxy_lib.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ jobs:
4444
-DCMAKE_C_COMPILER=${{matrix.compiler.c}}
4545
-DCMAKE_CXX_COMPILER=${{matrix.compiler.cxx}}
4646
-DUMF_BUILD_SHARED_LIBRARY=ON
47-
-DUMF_BUILD_BENCHMARKS=ON
47+
-DUMF_BUILD_BENCHMARKS=OFF
4848
-DUMF_BUILD_TESTS=ON
4949
-DUMF_FORMAT_CODE_STYLE=OFF
5050
-DUMF_DEVELOPER_MODE=OFF

0 commit comments

Comments
 (0)