summaryrefslogtreecommitdiffstats
path: root/.github/workflows
diff options
context:
space:
mode:
authorvenkataram-nv <vedavamadath@nvidia.com>2024-09-05 08:20:50 -0700
committerGitHub <noreply@github.com>2024-09-05 08:20:50 -0700
commit959f55de964ff108947db72a3f8d25b39995f2c8 (patch)
tree8a88a9b58f7f27692344410beb2382694cd0cea4 /.github/workflows
parentd4aeb18cb348104fa6b036393488df780902a353 (diff)
Remove unused package in primary benchmark script (#5014)
Also fixes the self-hosted machine that is used for benchmarking, so that variance of timings can be reduced.
Diffstat (limited to '.github/workflows')
-rw-r--r--.github/workflows/push-benchmark-results.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/push-benchmark-results.yml b/.github/workflows/push-benchmark-results.yml
index ba0808381..6eab76816 100644
--- a/.github/workflows/push-benchmark-results.yml
+++ b/.github/workflows/push-benchmark-results.yml
@@ -14,7 +14,7 @@ concurrency:
jobs:
build:
- runs-on: [Windows, self-hosted]
+ runs-on: [Windows, benchmark, self-hosted]
steps:
- uses: actions/checkout@v3
with: