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