diff options
| author | venkataram-nv <vedavamadath@nvidia.com> | 2024-09-04 10:18:54 -0700 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-09-04 10:18:54 -0700 |
| commit | 56a3c028a6725e13a2ae3a724eaee05ad9f4802a (patch) | |
| tree | 1c6e2480190396057545cd43bacc51d2ef8e4fe2 /.github/workflows/benchmark.yml | |
| parent | 1673cf934b0871a6dd3b552a80913a5737fa3f61 (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.yml | 2 |
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: |
