Cleanup: Reconfigured benchmarks to point to Luau lang repo

This commit is contained in:
Allan Jeremy 2022-06-09 18:57:04 +03:00
parent 54aaad2679
commit 6fda24285b

View file

@ -4,7 +4,6 @@ on:
push:
branches:
- master
- feat/add-cachegrind
paths-ignore:
- "docs/**"
@ -29,7 +28,7 @@ jobs:
cachegrindIterCount: 20,
}
benchResultsRepo:
- { name: "AllanJeremy/luau-benchmark-results", branch: "main" }
- { name: "luau-lang/benchmark-data", branch: "main" }
runs-on: ${{ matrix.os }}
steps: