mirror of
https://github.com/luau-lang/luau.git
synced 2025-05-04 10:33:46 +01:00
Debug WIP
This commit is contained in:
parent
f76bfc805b
commit
d593ec8c3d
2 changed files with 2 additions and 2 deletions
2
.github/workflows/benchmark-cachegrind.yml
vendored
2
.github/workflows/benchmark-cachegrind.yml
vendored
|
@ -27,7 +27,7 @@ jobs:
|
||||||
cachegrindIterCount: 20,
|
cachegrindIterCount: 20,
|
||||||
}
|
}
|
||||||
benchResultsRepo:
|
benchResultsRepo:
|
||||||
[{ name: "AllanJeremy/luau-benchmark-results", branch: "main" }]
|
- { name: "AllanJeremy/luau-benchmark-results", branch: "main" }
|
||||||
|
|
||||||
runs-on: ${{ matrix.os }}
|
runs-on: ${{ matrix.os }}
|
||||||
steps:
|
steps:
|
||||||
|
|
2
.github/workflows/benchmark.yml
vendored
2
.github/workflows/benchmark.yml
vendored
|
@ -27,7 +27,7 @@ jobs:
|
||||||
cachegrindIterCount: 20,
|
cachegrindIterCount: 20,
|
||||||
}
|
}
|
||||||
benchResultsRepo:
|
benchResultsRepo:
|
||||||
[{ name: "AllanJeremy/luau-benchmark-results", 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