Skip to content

Commit 364cc22

Browse files
committed
update
1 parent 8af0e2f commit 364cc22

File tree

1 file changed

+1
-1
lines changed
  • evalscope/service/blueprints

1 file changed

+1
-1
lines changed

evalscope/service/blueprints/perf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -131,7 +131,7 @@ def get_performance_progress():
131131
if not task_id:
132132
return jsonify({'error': 'task_id is required'}), 400
133133

134-
progress_file = os.path.join(OUTPUT_DIR, task_id, 'progress.json')
134+
progress_file = os.path.join(OUTPUT_DIR, task_id, 'perf', 'progress.json')
135135
try:
136136
with open(progress_file, 'r') as f:
137137
progress = json.load(f)

0 commit comments

Comments
 (0)