mirror of
https://github.com/luau-lang/luau.git
synced 2025-05-04 10:33:46 +01:00
build: got benchmarks ready for prod
This commit is contained in:
parent
985d553c4d
commit
b799c0e577
1 changed files with 4 additions and 7 deletions
11
.github/workflows/benchmark-dev.yml
vendored
11
.github/workflows/benchmark-dev.yml
vendored
|
@ -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:
|
||||||
|
|
Loading…
Add table
Reference in a new issue