Skip to content

Send perf stats to natalie-lang.org #1

Send perf stats to natalie-lang.org

Send perf stats to natalie-lang.org #1

Workflow file for this run

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