Skip to content

Performance Tests

Performance Tests #534

Workflow file for this run

name: Performance Tests
on:
schedule:
- cron: '0 0 * * *'
workflow_dispatch:
jobs:
load-test:
name: Load Tests
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v2
- name: Load Tests
uses: k6io/[email protected]
with:
filename: ./performance/script.js