Skip to content

Commit

Permalink
chore: try discord webhook
Browse files Browse the repository at this point in the history
  • Loading branch information
tusharmath committed Sep 22, 2024
1 parent 508597b commit a995ab2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/discord.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ on:

jobs:
notify:
if: ${{ github.event.workflow_run.conclusion == 'failure' && github.event.workflow_run.head_branch == 'main' }}
if: ${{ github.event.workflow_run.head_branch == 'main' }}
runs-on: ubuntu-latest
steps:
- name: Check Previous Run Status
Expand Down

1 comment on commit a995ab2

@github-actions
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Running 30s test @ http://localhost:8000/graphql

4 threads and 100 connections

Thread Stats Avg Stdev Max +/- Stdev
Latency 11.44ms 3.85ms 120.37ms 76.96%
Req/Sec 2.20k 184.70 2.84k 75.75%

263485 requests in 30.04s, 1.32GB read

Requests/sec: 8771.27

Transfer/sec: 45.02MB

Please sign in to comment.