Skip to content

Commit d1fe7f9

Browse files
authored
refactor(build): restructure CMake files into subdirectories (#877)
* refactor(build): restructure CMake files into subdirectories Signed-off-by: syaojun <libevent@yeah.net> * fix: enable rust compile success Signed-off-by: syaojun <libevent@yeah.net> * fix: explicit compile benchmark Signed-off-by: syaojun <libevent@yeah.net> * fix: add benchmark directory path Signed-off-by: syaojun <libevent@yeah.net> * fix: add double dash for link flags Signed-off-by: syaojun <libevent@yeah.net> * fix: remove reduandant test and benckmark Signed-off-by: syaojun <libevent@yeah.net> --------- Signed-off-by: syaojun <libevent@yeah.net>
1 parent 17be94a commit d1fe7f9

7 files changed

Lines changed: 369 additions & 317 deletions

File tree

.github/workflows/ci.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -133,7 +133,7 @@ jobs:
133133
ctest --output-on-failure
134134
135135
- name: Benchmark
136-
working-directory: "cpp/build"
136+
working-directory: "cpp/build/benchmarks"
137137
run: |
138138
./graph_info_benchmark
139139
./arrow_chunk_reader_benchmark
@@ -165,7 +165,7 @@ jobs:
165165
popd
166166
167167
- name: Benchmark-release
168-
working-directory: "cpp/build-release"
168+
working-directory: "cpp/build-release/benchmarks"
169169
run: |
170170
./graph_info_benchmark
171171
./arrow_chunk_reader_benchmark
@@ -245,7 +245,7 @@ jobs:
245245
popd
246246
247247
- name: Benchmark-release
248-
working-directory: "cpp/build-release"
248+
working-directory: "cpp/build-release/benchmarks"
249249
run: |
250250
./graph_info_benchmark
251251
./arrow_chunk_reader_benchmark

0 commit comments

Comments
 (0)