Skip to content

Commit 8833361

Browse files
committed
bugfix
1 parent c78b697 commit 8833361

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/_linux-benchmark-h100.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -119,20 +119,20 @@ jobs:
119119
if [[ -n "${TRITONBENCH_SIDE_A_ENV}"" ]]; then
120120
triton_side_a_json=$(find ./benchmark-output/${TRITONBENCH_SIDE_A_ENV} -name "result.json" | sort -r | head -n 1)
121121
python ./.ci/test_infra/oss_ci_benchmark_v3.py --json "${triton_side_a_json}" \
122-
--output "benchmark-output/clickouse-results/result-${TRITONBENCH_SIDE_A_ENV}.json"
122+
--output "benchmark-output/clickhouse-results/result-${TRITONBENCH_SIDE_A_ENV}.json"
123123
fi
124124
if [[ -n "${TRITONBENCH_SIDE_B_ENV}"" ]]; then
125125
triton_side_a_json=$(find ./benchmark-output/${TRITONBENCH_SIDE_B_ENV} -name "result.json" | sort -r | head -n 1)
126126
python ./.ci/test_infra/oss_ci_benchmark_v3.py --json "${triton_side_a_json}" \
127-
--output "benchmark-output/clickouse-results/result-${TRITONBENCH_SIDE_B_ENV}.json"
127+
--output "benchmark-output/clickhouse-results/result-${TRITONBENCH_SIDE_B_ENV}.json"
128128
fi
129129
- name: Setup uploader dependencies
130130
run: |
131131
sudo apt-get install -y python3-pip
132132
- name: Upload result to ClickHouse
133133
uses: pytorch/test-infra/.github/actions/upload-benchmark-results@main
134134
with:
135-
benchmark-results-dir: benchmark-output/clickouse-results
135+
benchmark-results-dir: benchmark-output/clickhouse-results
136136
dry-run: false
137137
schema-version: v3
138138
github-token: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)