Skip to content

Send perf stats to natalie-lang.org #6

Send perf stats to natalie-lang.org

Send perf stats to natalie-lang.org #6

Workflow file for this run

name: Performance Test
on:
push:
branches:
- master
pull_request:
env:
DOCKER_FLAGS: ""
CI: 1
jobs:
performance_test:
runs-on: ubuntu-24.04
steps:
- uses: actions/checkout@v4
with:
submodules: true
- run: rake docker_test_perf
env:
STATS_API_SECRET: ${{ secrets.STATS_API_SECRET }}