Skip to content
This repository has been archived by the owner on Jun 6, 2024. It is now read-only.

Commit

Permalink
parallelize benchmark ci
Browse files Browse the repository at this point in the history
  • Loading branch information
unw9527 committed May 1, 2024
1 parent 38f8da3 commit 2b810ad
Showing 1 changed file with 10 additions and 10 deletions.
20 changes: 10 additions & 10 deletions .github/workflows/benchmark_group_1.yml
Original file line number Diff line number Diff line change
Expand Up @@ -68,16 +68,16 @@ jobs:

SERVER_IP: ${{ needs.start-runner.outputs.private-ip }}
steps:
# - name: Clone Server
# uses: actions/checkout@v4
# with:
# repository: cmu-db/15721-s24-cache1
# ref: lkl/benchmark
- name: Enter the server directory
run: |
cd 15721-s24-cache1
git checkout -b lkl/benchmark
git pull origin lkl/benchmark
- name: Clone Server
uses: actions/checkout@v4
with:
repository: cmu-db/15721-s24-cache1
ref: lkl/benchmark
# - name: Enter the server directory
# run: |
# cd 15721-s24-cache1
# git checkout -b lkl/benchmark
# git pull origin lkl/benchmark
- name: Build Server
run: cargo build --package storage-node --bin storage_node # Should not compile from scratch
- name: Run Server
Expand Down

0 comments on commit 2b810ad

Please sign in to comment.