Skip to content

Commit df6e8d9

Browse files
committed
only compile what's needed
1 parent aa3c329 commit df6e8d9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/soa-benchmark-clang-p2996.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
3333
- name: build and compile
3434
run: |
3535
cmake -DENABLE_CLANG_P2996=ON -DCMAKE_CXX_COMPILER=/root/clang-p2996/build/bin/clang++ -DCMAKE_C_COMPILER=/root/clang-p2996/build/bin/clang -B ${{github.workspace}}
36-
cmake --build ${{github.workspace}} --verbose -j$(nproc) --target soa_manual soa_struct_splitter soa_token_injection
36+
cmake --build ${{github.workspace}} --verbose -j$(nproc) --target soa_manual soa_struct_splitter soa_wrapper_refl
3737
- name: run benchmarks
3838
run: |
3939
python3 run_benchmarks.py ${{github.workspace}} refl/soa_versions_with_clang_p2996.csv

0 commit comments

Comments
 (0)