This commit is contained in:
Siarhei Fedartsou 2024-05-26 19:25:44 +02:00
parent 8aebc1336b
commit 18961babc0

View File

@ -660,20 +660,20 @@ jobs:
make -j$(nproc) benchmarks make -j$(nproc) benchmarks
cd .. cd ..
make -C test/data make -C test/data
- name: Checkout Base Branch - name: Checkout Base Branch
uses: actions/checkout@v4 uses: actions/checkout@v4
with: with:
ref: ${{ github.event.pull_request.base.ref }} ref: ${{ github.event.pull_request.base.ref }}
path: base path: base
- name: Build Base Branch - name: Build Base Branch
run: | run: |
mkdir base/build mkdir base/build
cd base/build cd base/build
cmake -DENABLE_CONAN=ON -DCMAKE_BUILD_TYPE=Release .. cmake -DENABLE_CONAN=ON -DCMAKE_BUILD_TYPE=Release ..
make -j$(nproc) make -j$(nproc)
make -j$(nproc) benchmarks make -j$(nproc) benchmarks
cd .. cd ..
make -C test/data make -C test/data
- name: Run Benchmarks - name: Run Benchmarks
run: | run: |
./pr/scripts/ci/run_benchmarks.sh base pr ./pr/scripts/ci/run_benchmarks.sh base pr