From 6597c8743eadead4688f1ab4a7dabbe12541b803 Mon Sep 17 00:00:00 2001 From: Allan Jeremy Date: Thu, 26 May 2022 15:01:09 +0300 Subject: [PATCH] Debug WIP --- .github/workflows/benchmark-cachegrind.yml | 15 +++++++++++++-- .github/workflows/benchmark.yml | 17 +++++++++-------- 2 files changed, 22 insertions(+), 10 deletions(-) diff --git a/.github/workflows/benchmark-cachegrind.yml b/.github/workflows/benchmark-cachegrind.yml index a4855ee1..ebbfbc0e 100644 --- a/.github/workflows/benchmark-cachegrind.yml +++ b/.github/workflows/benchmark-cachegrind.yml @@ -1,7 +1,18 @@ name: Luau Benchmarks (CacheGrind) on: - pull_request: + # pull_request: + # paths-ignore: + # - "docs/**" + # - "papers/**" + # - "rfcs/**" + # - "*.md" + # - "prototyping/**" + + push: + branches: + - master + - feat/add-cachegrind paths-ignore: - "docs/**" - "papers/**" @@ -27,7 +38,7 @@ jobs: cachegrindIterCount: 20, } benchResultsRepo: - - { name: "AllanJeremy/luau-benchmark-results", branch: "main" } + - { name: "AllanJeremy/luau-benchmark-results", branch: "test" } runs-on: ${{ matrix.os }} steps: diff --git a/.github/workflows/benchmark.yml b/.github/workflows/benchmark.yml index 1c51303f..23efbc99 100644 --- a/.github/workflows/benchmark.yml +++ b/.github/workflows/benchmark.yml @@ -1,16 +1,17 @@ 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/**" @@ -36,7 +37,7 @@ jobs: cachegrindIterCount: 20, } benchResultsRepo: - - { name: "AllanJeremy/luau-benchmark-results", branch: "main" } + - { name: "AllanJeremy/luau-benchmark-results", branch: "test" } runs-on: ${{ matrix.os }} steps: