Skip to content

Commit

Permalink
chore(ci): fix gpu integer benchmarks ops flavor parsing
Browse files Browse the repository at this point in the history
  • Loading branch information
soonum committed Nov 22, 2024
1 parent 8c2358a commit 2a18d6f
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .github/workflows/benchmark_gpu_integer_common.yml
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,6 @@ jobs:
- name: Set benchmark types
run: |
echo "OP_FLAVOR=[\"default\"]" >> "${GITHUB_ENV}"
if [[ "${{ inputs.bench_type }}" == "both" ]]; then
echo "BENCH_TYPE=[\"latency\", \"throughput\"]" >> "${GITHUB_ENV}"
else
Expand Down

0 comments on commit 2a18d6f

Please sign in to comment.