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)$" 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 }}