File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -119,20 +119,20 @@ jobs:
119
119
if [[ -n "${TRITONBENCH_SIDE_A_ENV}"" ]]; then
120
120
triton_side_a_json=$(find ./benchmark-output/${TRITONBENCH_SIDE_A_ENV} -name "result.json" | sort -r | head -n 1)
121
121
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"
123
123
fi
124
124
if [[ -n "${TRITONBENCH_SIDE_B_ENV}"" ]]; then
125
125
triton_side_a_json=$(find ./benchmark-output/${TRITONBENCH_SIDE_B_ENV} -name "result.json" | sort -r | head -n 1)
126
126
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"
128
128
fi
129
129
- name : Setup uploader dependencies
130
130
run : |
131
131
sudo apt-get install -y python3-pip
132
132
- name : Upload result to ClickHouse
133
133
uses : pytorch/test-infra/.github/actions/upload-benchmark-results@main
134
134
with :
135
- benchmark-results-dir : benchmark-output/clickouse -results
135
+ benchmark-results-dir : benchmark-output/clickhouse -results
136
136
dry-run : false
137
137
schema-version : v3
138
138
github-token : ${{ secrets.GITHUB_TOKEN }}
You can’t perform that action at this time.
0 commit comments