From e9c2886a84698efd3493dcacf8f6563cde139c40 Mon Sep 17 00:00:00 2001 From: Fabian LI Date: Thu, 10 Apr 2025 16:27:21 +0800 Subject: [PATCH] Fix platform definition --- .github/workflows/benchmark_x86_tdx.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/benchmark_x86_tdx.yml b/.github/workflows/benchmark_x86_tdx.yml index ea9ffe6b2..9fc9b5408 100644 --- a/.github/workflows/benchmark_x86_tdx.yml +++ b/.github/workflows/benchmark_x86_tdx.yml @@ -117,7 +117,7 @@ jobs: uses: ./.github/actions/benchmark with: task: benchmark - platform: x86-64 + platform: tdx benchmark: ${{ matrix.benchmarks }} Results: @@ -131,6 +131,6 @@ jobs: uses: ./.github/actions/benchmark with: task: result - platform: x86-64 + platform: tdx benchmark-secret: ${{ secrets.BENCHMARK_SECRET }} \ No newline at end of file