debug wip

Co-authored-by: Jamie Kuppens <reshurum@gmail.com>
Co-authored-by: Ignacio Falk <flakolefluk@gmail.com>
This commit is contained in:
Allan Jeremy 2022-08-22 18:36:30 +03:00
parent 1d54b1386a
commit 372921b97d
2 changed files with 3 additions and 3 deletions

View file

@ -19,7 +19,7 @@ jobs:
fail-fast: false
matrix:
os: [windows-latest]
arch: [Win32, x64]
arch: [x64] #Win32,
bench:
- {
script: "run-benchmarks",
@ -69,7 +69,7 @@ jobs:
with:
repository: ${{ matrix.benchResultsRepo.name }}
branch: ${{ matrix.benchResultsRepo.branch }}
token: ${{ secrets.GITHUB_TOKEN }}
# token: ${{ secrets.GITHUB_TOKEN }}
path: "./gh-pages"
bench_name: "${{ matrix.bench.title }} (Windows ${{matrix.arch}})"
bench_tool: "benchmarkluau"

View file

@ -40,7 +40,7 @@ runs:
with:
repository: ${{ inputs.repository }}
ref: ${{ inputs.branch }}
token: ${{ inputs.token }}
# token: ${{ inputs.token }}
path: "./gh-pages"
- name: Store results