Skip to content

Commit 758ce74

Browse files
committed
remove excessive logs
1 parent 3166156 commit 758ce74

1 file changed

Lines changed: 1 addition & 5 deletions

File tree

.github/workflows/benchmark-reusable.yml

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -134,11 +134,7 @@ jobs:
134134
COMMAND="bunx \"${PACKAGE_SPEC}\" \"${BENCHMARK_AGENT}\" --eval \"${BENCHMARK_EVAL}\" --model \"${BENCHMARK_MODEL}\" --output \"${OUTPUT_FILE}\""
135135
136136
echo "Executing: ${COMMAND}"
137-
if ! bunx "${PACKAGE_SPEC}" "${BENCHMARK_AGENT}" --eval "${BENCHMARK_EVAL}" --model "${BENCHMARK_MODEL}" --output "${OUTPUT_FILE}"; then
138-
echo "openreval benchmark failed, dumping OpenCode logs..." >&2
139-
find /home/runner/.local/share/opencode/log -type f -print -exec cat {} + || true
140-
exit 1
141-
fi
137+
bunx "${PACKAGE_SPEC}" "${BENCHMARK_AGENT}" --eval "${BENCHMARK_EVAL}" --model "${BENCHMARK_MODEL}" --output "${OUTPUT_FILE}"
142138
143139
- name: Log benchmark summary
144140
if: always()

0 commit comments

Comments
 (0)