mirror of
https://github.com/luau-lang/luau.git
synced 2025-05-04 10:33:46 +01:00
debug wip
Co-authored-by: Jamie Kuppens <reshurum@gmail.com> Co-authored-by: Ignacio Falk <flakolefluk@gmail.com>
This commit is contained in:
parent
1d54b1386a
commit
372921b97d
2 changed files with 3 additions and 3 deletions
4
.github/workflows/benchmark-dev.yml
vendored
4
.github/workflows/benchmark-dev.yml
vendored
|
@ -19,7 +19,7 @@ jobs:
|
||||||
fail-fast: false
|
fail-fast: false
|
||||||
matrix:
|
matrix:
|
||||||
os: [windows-latest]
|
os: [windows-latest]
|
||||||
arch: [Win32, x64]
|
arch: [x64] #Win32,
|
||||||
bench:
|
bench:
|
||||||
- {
|
- {
|
||||||
script: "run-benchmarks",
|
script: "run-benchmarks",
|
||||||
|
@ -69,7 +69,7 @@ jobs:
|
||||||
with:
|
with:
|
||||||
repository: ${{ matrix.benchResultsRepo.name }}
|
repository: ${{ matrix.benchResultsRepo.name }}
|
||||||
branch: ${{ matrix.benchResultsRepo.branch }}
|
branch: ${{ matrix.benchResultsRepo.branch }}
|
||||||
token: ${{ secrets.GITHUB_TOKEN }}
|
# token: ${{ secrets.GITHUB_TOKEN }}
|
||||||
path: "./gh-pages"
|
path: "./gh-pages"
|
||||||
bench_name: "${{ matrix.bench.title }} (Windows ${{matrix.arch}})"
|
bench_name: "${{ matrix.bench.title }} (Windows ${{matrix.arch}})"
|
||||||
bench_tool: "benchmarkluau"
|
bench_tool: "benchmarkluau"
|
||||||
|
|
2
.github/workflows/push-results/action.yml
vendored
2
.github/workflows/push-results/action.yml
vendored
|
@ -40,7 +40,7 @@ runs:
|
||||||
with:
|
with:
|
||||||
repository: ${{ inputs.repository }}
|
repository: ${{ inputs.repository }}
|
||||||
ref: ${{ inputs.branch }}
|
ref: ${{ inputs.branch }}
|
||||||
token: ${{ inputs.token }}
|
# token: ${{ inputs.token }}
|
||||||
path: "./gh-pages"
|
path: "./gh-pages"
|
||||||
|
|
||||||
- name: Store results
|
- name: Store results
|
||||||
|
|
Loading…
Add table
Reference in a new issue