diff --git a/.buildkite/runbenchmarks.yml b/.buildkite/runbenchmarks.yml index 96df24aab..3017ba09e 100644 --- a/.buildkite/runbenchmarks.yml +++ b/.buildkite/runbenchmarks.yml @@ -78,7 +78,7 @@ steps: - "bench/results/*" agents: queue: "benchmark" - gpu: "*" + gpu: "rtx2070" cuda: "*" env: BENCHMARK_GROUP: CUDA diff --git a/.github/workflows/Benchmark.yml b/.github/workflows/Benchmark.yml index 35b6c593c..6920bb69f 100644 --- a/.github/workflows/Benchmark.yml +++ b/.github/workflows/Benchmark.yml @@ -51,11 +51,7 @@ jobs: - name: Locate Benchmarks Artifact id: locate if: ${{ steps.download.outputs.download-state == 'success' }} - run: | - pwd - ls - echo $(find artifacts -type f -name combinedbenchmarks.json) - echo "path=$(find artifacts -type f -name combinedbenchmarks.json 2>/dev/null)" >> $GITHUB_OUTPUT + run: echo "path=$(find artifacts -type f -name combinedbenchmarks.json 2>/dev/null)" >> $GITHUB_OUTPUT - name: Upload Benchmark Results if: ${{ steps.locate.outputs.path != '' }}