Skip to content

Commit dff2b67

Browse files
committed
fix: explicit compile benchmark
Signed-off-by: syaojun <libevent@yeah.net>
1 parent 3285c43 commit dff2b67

1 file changed

Lines changed: 5 additions & 1 deletion

File tree

.github/workflows/ci.yml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -118,7 +118,11 @@ jobs:
118118
119119
- name: Build GraphAr
120120
working-directory: "cpp/build"
121-
run: make -j$(nproc)
121+
run: make -j$(nproc) graphar graphar_thirdparty
122+
123+
- name: Build Benchmarks
124+
working-directory: "cpp/build"
125+
run: make -j$(nproc) graph_info_benchmark arrow_chunk_reader_benchmark label_filter_benchmark
122126

123127
- name: Test
124128
working-directory: "cpp/build"

0 commit comments

Comments
 (0)