Skip to content

Commit

Permalink
Fix ab command
Browse files Browse the repository at this point in the history
  • Loading branch information
w-k-s committed Mar 20, 2023
1 parent 926512a commit 205a372
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/2-idranges.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ jobs:
sudo apt-get -qq update -y
sudo apt-get -qq install apache2-utils -y
echo '{"customer":"John Doe", "meal":"Lobster"}' > ~/payload.json
ab -c ${{ inputs.concurrency }} -T application/json -p ~/payload.json -n ${{ inputs.requests }} -l http://localhost:8080/api/v1/orders/ > ~/results.txt 2>&1
ab -c ${{ inputs.concurrency }} -T application/json -p ~/payload.json -n ${{ inputs.requests }} -l http://localhost:8080/api/v1/orders > ~/results.txt
- name: Upload benchmark results
uses: actions/upload-artifact@v3
with:
Expand Down

0 comments on commit 205a372

Please sign in to comment.