summaryrefslogtreecommitdiffstats
path: root/.github/workflows/benchmark.yml
diff options
context:
space:
mode:
authorvenkataram-nv <vedavamadath@nvidia.com>2024-09-04 10:18:54 -0700
committerGitHub <noreply@github.com>2024-09-04 10:18:54 -0700
commit56a3c028a6725e13a2ae3a724eaee05ad9f4802a (patch)
tree1c6e2480190396057545cd43bacc51d2ef8e4fe2 /.github/workflows/benchmark.yml
parent1673cf934b0871a6dd3b552a80913a5737fa3f61 (diff)
Push benchmark results to a viewable page (#4996)
* Push benchmark results to slang-material-modules results page (#4993) * Increasing sample count for push benchmark pipeline * Enable only for master branch
Diffstat (limited to '.github/workflows/benchmark.yml')
-rw-r--r--.github/workflows/benchmark.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/benchmark.yml b/.github/workflows/benchmark.yml
index 1600d1014..eb90492f3 100644
--- a/.github/workflows/benchmark.yml
+++ b/.github/workflows/benchmark.yml
@@ -21,7 +21,7 @@ concurrency:
jobs:
build:
- runs-on: [Windows, benchmark, self-hosted]
+ runs-on: [Windows, self-hosted]
steps:
- uses: actions/checkout@v3
with: