From 4cd0443913ba5af65a61d7f5c46b0e25b79ad7f7 Mon Sep 17 00:00:00 2001 From: Arseny Kapoulkine Date: Fri, 24 Jun 2022 18:30:26 -0700 Subject: [PATCH] Update benchmark.yml Cleaner names --- .github/workflows/benchmark.yml | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/.github/workflows/benchmark.yml b/.github/workflows/benchmark.yml index 60fc6be..4df7b2f 100644 --- a/.github/workflows/benchmark.yml +++ b/.github/workflows/benchmark.yml @@ -1,3 +1,5 @@ +name: benchmark + on: push: branches: @@ -11,7 +13,7 @@ on: jobs: windows: - name: Run ${{ matrix.bench.title }} (Windows ${{matrix.arch}}) + name: windows-${{matrix.arch}} strategy: fail-fast: false matrix: @@ -89,7 +91,7 @@ jobs: cd .. unix: - name: Run ${{ matrix.bench.title }} (${{ matrix.os}}) + name: ${{matrix.os}} strategy: fail-fast: false matrix: @@ -180,7 +182,7 @@ jobs: cd .. static-analysis: - name: Run ${{ matrix.bench.title }} + name: luau-analyze strategy: fail-fast: false matrix: