11 lines
180 B
YAML
11 lines
180 B
YAML
|
name: Benchmark
|
||
|
on: [push]
|
||
|
|
||
|
jobs:
|
||
|
bench:
|
||
|
name: build and benchmark
|
||
|
runs-on: native
|
||
|
steps:
|
||
|
- uses: https://gitea.com/ScMi1/checkout@v1.4
|
||
|
- run: test/ci.sh
|