Skip to content

Commit

Permalink
chore: adding artillery tests
Browse files Browse the repository at this point in the history
  • Loading branch information
xoscar committed Apr 16, 2024
1 parent 71fecc6 commit 39c425c
Show file tree
Hide file tree
Showing 5 changed files with 7,346 additions and 839 deletions.
18 changes: 18 additions & 0 deletions .github/workflows/artillery.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
name: Artillery Socket.IO Load Test
on:
workflow_dispatch:
schedule:
- cron: '0 */1 * * *' # every hour

jobs:
artillery:
runs-on: ubuntu-latest

steps:
- name: Checkout repository
uses: actions/checkout@v2

- name: Execute load tests
uses: artilleryio/action-cli@v1
with:
command: run ./test/artillery/import-pokemon.yml
Loading

0 comments on commit 39c425c

Please sign in to comment.