roc/.github/workflows/benchmarks.yml

21 lines
409 B
YAML
Raw Normal View History

2021-01-23 21:36:53 +03:00
on: [pull_request]
name: Benchmarks
jobs:
benchmark:
name: benchmark
runs-on: self-hosted
timeout-minutes: 60
steps:
- uses: actions/checkout@v2
- name: Log CPU model
run: cat /proc/cpuinfo | grep name | uniq
- name: Expose needed modules
run: cd editor && ./prep_benchmarks.sh && cd ..
2021-01-25 21:29:12 +03:00
- name: cargo bench
with:
command: bench