This is an automated email from the ASF dual-hosted git repository.

zeroshade pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/arrow-go.git


The following commit(s) were added to refs/heads/main by this push:
     new 75668284 ci(benchmark): switch to new conbench instance (#593)
75668284 is described below

commit 75668284f1154fafb9507a377aaa05e9e701f425
Author: Rok Mihevc <[email protected]>
AuthorDate: Tue Dec 23 21:23:51 2025 +0100

    ci(benchmark): switch to new conbench instance (#593)
    
    ### Rationale for this change
    
    conbench.ursa.dev is no longer online.
    
    ### What changes are included in this PR?
    
    Switch posting benchmarking result to conbench.arrow-dev.org in
    corresponiding workflow.
    
    ### Are these changes tested?
    
    No.
    
    ### Are there any user-facing changes?
    
    Conbench view is on a new url.
    
    Closes #592
---
 .github/workflows/benchmark.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.github/workflows/benchmark.yml b/.github/workflows/benchmark.yml
index e30d5cf9..f0a3f316 100644
--- a/.github/workflows/benchmark.yml
+++ b/.github/workflows/benchmark.yml
@@ -56,7 +56,7 @@ jobs:
       - name: Upload results
         if: github.event_name == 'push' && github.repository == 
'apache/arrow-go' && github.ref_name == 'main'
         env:
-          CONBENCH_URL: https://conbench.ursa.dev
+          CONBENCH_URL: https://conbench.arrow-dev.org
           CONBENCH_EMAIL: ${{ secrets.CONBENCH_EMAIL }}
           CONBENCH_PASSWORD: ${{ secrets.CONBENCH_PASS }}
           CONBENCH_REF: ${{ github.ref_name }}

Reply via email to