mirror of
https://github.com/asterinas/asterinas.git
synced 2025-06-09 13:26:48 +00:00
Fix platform definition
This commit is contained in:
parent
784628e238
commit
e9c2886a84
4
.github/workflows/benchmark_x86_tdx.yml
vendored
4
.github/workflows/benchmark_x86_tdx.yml
vendored
@ -117,7 +117,7 @@ jobs:
|
|||||||
uses: ./.github/actions/benchmark
|
uses: ./.github/actions/benchmark
|
||||||
with:
|
with:
|
||||||
task: benchmark
|
task: benchmark
|
||||||
platform: x86-64
|
platform: tdx
|
||||||
benchmark: ${{ matrix.benchmarks }}
|
benchmark: ${{ matrix.benchmarks }}
|
||||||
|
|
||||||
Results:
|
Results:
|
||||||
@ -131,6 +131,6 @@ jobs:
|
|||||||
uses: ./.github/actions/benchmark
|
uses: ./.github/actions/benchmark
|
||||||
with:
|
with:
|
||||||
task: result
|
task: result
|
||||||
platform: x86-64
|
platform: tdx
|
||||||
benchmark-secret: ${{ secrets.BENCHMARK_SECRET }}
|
benchmark-secret: ${{ secrets.BENCHMARK_SECRET }}
|
||||||
|
|
Loading…
x
Reference in New Issue
Block a user