Skip to content

Commit 28de534

Browse files
Update telemetry.jl
1 parent c2f135a commit 28de534

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

lib/LinearSolveAutotune/src/telemetry.jl

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -449,7 +449,7 @@ function upload_to_github(content::String, plot_files, auth_info::Tuple,
449449

450450
try
451451
target_repo = "SciML/LinearSolve.jl"
452-
issue_number = 669 # The existing issue for collecting autotune results
452+
issue_number = 725 # The existing issue for collecting autotune results
453453

454454
# Construct comment body - use cpu_model if available for more specific info
455455
cpu_display = get(system_info, "cpu_model", get(system_info, "cpu_name", "unknown"))
@@ -471,7 +471,7 @@ function upload_to_github(content::String, plot_files, auth_info::Tuple,
471471
🤖 *Generated automatically by LinearSolve.jl autotune system*
472472
"""
473473

474-
@info "📝 Adding comment to issue #669..."
474+
@info "📝 Adding comment to issue #725..."
475475

476476
issue_url = nothing
477477
if auth_method == :gh_cli
@@ -966,4 +966,4 @@ function create_benchmark_issue_gh(target_repo, title, body)
966966
@warn "Failed to create benchmark issue via `gh` CLI: $e" out_str err_str
967967
return nothing
968968
end
969-
end
969+
end

0 commit comments

Comments
 (0)