diff --git a/.github/workflows/benchmark-cachegrind.yml b/.github/workflows/benchmark-cachegrind.yml index edfc5f17..c7ebca62 100644 --- a/.github/workflows/benchmark-cachegrind.yml +++ b/.github/workflows/benchmark-cachegrind.yml @@ -1,18 +1,17 @@ name: Luau Benchmarks (CacheGrind) on: - # pull_request: - # paths-ignore: - # - "docs/**" - # - "papers/**" - # - "rfcs/**" - # - "*.md" - # - "prototyping/**" + pull_request: + paths-ignore: + - "docs/**" + - "papers/**" + - "rfcs/**" + - "*.md" + - "prototyping/**" push: branches: - master - - feat/add-cachegrind paths-ignore: - "docs/**" - "papers/**" @@ -38,7 +37,7 @@ jobs: cachegrindIterCount: 20, } benchResultsRepo: - - { name: "AllanJeremy/luau-benchmark-results", branch: "test" } + - { name: "luau-lang/benchmark-data", branch: "main" } runs-on: ${{ matrix.os }} steps: diff --git a/.github/workflows/benchmark.yml b/.github/workflows/benchmark.yml index 0e808e10..2b6237c2 100644 --- a/.github/workflows/benchmark.yml +++ b/.github/workflows/benchmark.yml @@ -1,17 +1,16 @@ name: Luau Benchmarks on: - # pull_request: - # paths-ignore: - # - "docs/**" - # - "papers/**" - # - "rfcs/**" - # - "*.md" - # - "prototyping/**" + pull_request: + paths-ignore: + - "docs/**" + - "papers/**" + - "rfcs/**" + - "*.md" + - "prototyping/**" push: branches: - master - - feat/add-cachegrind paths-ignore: - "docs/**" - "papers/**" @@ -37,7 +36,7 @@ jobs: cachegrindIterCount: 20, } benchResultsRepo: - - { name: "AllanJeremy/luau-benchmark-results", branch: "test" } + - { name: "luau-lang/benchmark-data", branch: "main" } runs-on: ${{ matrix.os }} steps: