mirror of
https://github.com/luau-lang/luau.git
synced 2024-11-15 14:25:44 +08:00
Update benchmark.yml
Cleaner names
This commit is contained in:
parent
9846a6c7b9
commit
4cd0443913
8
.github/workflows/benchmark.yml
vendored
8
.github/workflows/benchmark.yml
vendored
@ -1,3 +1,5 @@
|
|||||||
|
name: benchmark
|
||||||
|
|
||||||
on:
|
on:
|
||||||
push:
|
push:
|
||||||
branches:
|
branches:
|
||||||
@ -11,7 +13,7 @@ on:
|
|||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
windows:
|
windows:
|
||||||
name: Run ${{ matrix.bench.title }} (Windows ${{matrix.arch}})
|
name: windows-${{matrix.arch}}
|
||||||
strategy:
|
strategy:
|
||||||
fail-fast: false
|
fail-fast: false
|
||||||
matrix:
|
matrix:
|
||||||
@ -89,7 +91,7 @@ jobs:
|
|||||||
cd ..
|
cd ..
|
||||||
|
|
||||||
unix:
|
unix:
|
||||||
name: Run ${{ matrix.bench.title }} (${{ matrix.os}})
|
name: ${{matrix.os}}
|
||||||
strategy:
|
strategy:
|
||||||
fail-fast: false
|
fail-fast: false
|
||||||
matrix:
|
matrix:
|
||||||
@ -180,7 +182,7 @@ jobs:
|
|||||||
cd ..
|
cd ..
|
||||||
|
|
||||||
static-analysis:
|
static-analysis:
|
||||||
name: Run ${{ matrix.bench.title }}
|
name: luau-analyze
|
||||||
strategy:
|
strategy:
|
||||||
fail-fast: false
|
fail-fast: false
|
||||||
matrix:
|
matrix:
|
||||||
|
Loading…
Reference in New Issue
Block a user