build: got benchmarks ready for prod

This commit is contained in:
Allan Jeremy 2022-09-07 09:00:31 +03:00
parent 985d553c4d
commit b799c0e577

View file

@ -4,7 +4,7 @@ on:
push: push:
branches: branches:
- master - master
- feat/retry-benchmarks
paths-ignore: paths-ignore:
- "docs/**" - "docs/**"
- "papers/**" - "papers/**"
@ -29,8 +29,7 @@ jobs:
cachegrindIterCount: 20, cachegrindIterCount: 20,
} }
benchResultsRepo: benchResultsRepo:
# - { name: "luau-lang/benchmark-data", branch: "main" } - { name: "luau-lang/benchmark-data", branch: "main" }
- { name: "AllanJeremy/luau-benchmark-results", branch: "main" }
runs-on: ${{ matrix.os }} runs-on: ${{ matrix.os }}
steps: steps:
@ -122,8 +121,7 @@ jobs:
cachegrindIterCount: 20, cachegrindIterCount: 20,
} }
benchResultsRepo: benchResultsRepo:
# - { name: "luau-lang/benchmark-data", branch: "main" } - { name: "luau-lang/benchmark-data", branch: "main" }
- { name: "AllanJeremy/luau-benchmark-results", branch: "main" }
runs-on: ${{ matrix.os }} runs-on: ${{ matrix.os }}
steps: steps:
@ -264,8 +262,7 @@ jobs:
cachegrindIterCount: 20, cachegrindIterCount: 20,
} }
benchResultsRepo: benchResultsRepo:
# - { name: "luau-lang/benchmark-data", branch: "main" } - { name: "luau-lang/benchmark-data", branch: "main" }
- { name: "AllanJeremy/luau-benchmark-results", branch: "main" }
runs-on: ${{ matrix.os }} runs-on: ${{ matrix.os }}
steps: steps: