From 1201937066c69d6f25ae243b29e1f4a50839b201 Mon Sep 17 00:00:00 2001 From: Li Jie Date: Sun, 2 Aug 2026 21:27:22 +0800 Subject: [PATCH 1/2] ci: publish benchmark history in repository Pages --- .github/workflows/benchmark-publish.yml | 6 ------ 1 file changed, 6 deletions(-) diff --git a/.github/workflows/benchmark-publish.yml b/.github/workflows/benchmark-publish.yml index e0a74dea6a..d08e2dffea 100644 --- a/.github/workflows/benchmark-publish.yml +++ b/.github/workflows/benchmark-publish.yml @@ -18,9 +18,3 @@ jobs: with: run_id: ${{ github.event.workflow_run.id }} config_path: .github/llgo-benchmark.yml - data_repository: >- - ${{ vars.BENCHMARKS_REPOSITORY || - format('{0}/llgo-benchmark-data', github.repository_owner) }} - data_dispatch_event: llgo-baseline-published - secrets: - data_token: ${{ secrets.BENCHMARK_DATA_TOKEN }} From 126c9be6e54e4fcf1dc43749468315ce374e42ea Mon Sep 17 00:00:00 2001 From: Li Jie Date: Sun, 2 Aug 2026 21:51:03 +0800 Subject: [PATCH 2/2] ci: namespace benchmark Pages output --- .github/llgo-benchmark.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/llgo-benchmark.yml b/.github/llgo-benchmark.yml index 6440df5407..2011ca5f2e 100644 --- a/.github/llgo-benchmark.yml +++ b/.github/llgo-benchmark.yml @@ -1,7 +1,7 @@ version: 1 id: llgo-baseline title: LLGo baseline benchmarks -site-path: llgo/baseline +site-path: benchmark/baseline include: - "^BenchmarkProgram/" - "^Benchmark(MergeCompilerFlags|MergeLinkerFlags|LookupPCRandom)$"