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

Commit

Permalink
test workflow trigger
Browse files Browse the repository at this point in the history
  • Loading branch information
J-HowHuang committed May 1, 2024
1 parent e0b7a99 commit 90e322e
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions .github/workflows/benchmark_group_2_local_client.yml
Original file line number Diff line number Diff line change
Expand Up @@ -63,12 +63,10 @@ jobs:
run: cargo build
- name: start server nodes
run: ${{ github.workspace }}/istziio/server/run.sh
- name: Wait for server
- name: wait for server completing setups
run: |
until curl --output /dev/null --silent --head --fail $SERVER_URL/; do
printf '.'
sleep 5
done
sleep 5
cat ${{ github.workspace }}/logs/app_6379.log
- name: Run Benchmark
working-directory: ${{ github.workspace }}/benchmark
run: cargo run
Expand Down

0 comments on commit 90e322e

Please sign in to comment.