We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7c0cb09 commit e2639e5Copy full SHA for e2639e5
2 files changed
.github/workflows/profile.yml
@@ -171,7 +171,7 @@ jobs:
171
exit 1
172
fi
173
174
- trace_path="/workspace/profile_${res_name}.trace.json.gz"
+ trace_path="profile_${res_name}.trace.json.gz"
175
if [ -f "$trace_path" ]; then
176
echo "trace=$trace_path" >> "$GITHUB_OUTPUT"
177
if [ "${FRAMEWORK}" = "sglang" ]; then
benchmarks/benchmark_lib.sh
@@ -508,7 +508,7 @@ move_profile_trace_for_relay() {
508
return 0
509
510
511
- local dest_trace="/workspace/profile_${RESULT_FILENAME}.trace.json.gz"
+ local dest_trace="$PWD/profile_${RESULT_FILENAME}.trace.json.gz"
512
if [[ "$trace_file" == *.gz ]]; then
513
cp -f "$trace_file" "$dest_trace"
514
else
0 commit comments