From 56a3c028a6725e13a2ae3a724eaee05ad9f4802a Mon Sep 17 00:00:00 2001 From: venkataram-nv Date: Wed, 4 Sep 2024 10:18:54 -0700 Subject: 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 --- .github/workflows/benchmark.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to '.github/workflows/benchmark.yml') 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: -- cgit v1.2.3