Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions .circleci/dist_compile.yml
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@ commands:
- run:
name: "Build Benchmarks - << parameters.benchmark_class >>"
command: |
make benchmarks-basic-build NUM_THREADS=16 MAX_HIGH_MEM_JOBS=8 MAX_LINK_JOBS=8
make benchmarks-basic-build NUM_THREADS=8 MAX_HIGH_MEM_JOBS=4 MAX_LINK_JOBS=4
ccache -s
mkdir -p << parameters.binary_output >>
cp -r --verbose _build/release/velox/benchmarks/basic/* << parameters.binary_output >>
Expand All @@ -127,7 +127,7 @@ commands:
- run:
name: Build
command: |
make debug NUM_THREADS=16 MAX_HIGH_MEM_JOBS=8 MAX_LINK_JOBS=4
make debug NUM_THREADS=8 MAX_HIGH_MEM_JOBS=8 MAX_LINK_JOBS=4
ccache -s
no_output_timeout: 1h
- run:
Expand Down Expand Up @@ -389,7 +389,7 @@ jobs:
- run:
name: "Build Velox With Benchmarks and Without Testing"
command: |
make benchmarks-build NUM_THREADS=16 MAX_HIGH_MEM_JOBS=8 MAX_LINK_JOBS=16
make benchmarks-build NUM_THREADS=8 MAX_HIGH_MEM_JOBS=4 MAX_LINK_JOBS=4
no_output_timeout: 1h
- post-steps

Expand Down