Rodrigo Arias Mallo
ef2f3e24cf
All checks were successful
Benchmark / build and benchmark (push) Successful in 1m58s
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
|