Skip to content

Commit

Permalink
workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
jtguibas committed Oct 8, 2024
1 parent 6dde7df commit 26aa833
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 15 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/suite.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ concurrency:

jobs:
test-cpu:
if: ${{ fromJSON(github.event.inputs.cpu_workloads)[0] != null }}
strategy:
matrix:
workload: ${{ fromJSON(github.event.inputs.cpu_workloads) }}
Expand Down Expand Up @@ -57,6 +58,7 @@ jobs:
RUST_BACKTRACE: 1

test-cuda:
if: ${{ fromJSON(github.event.inputs.cuda_workloads)[0] != null }}
strategy:
matrix:
workload: ${{ fromJSON(github.event.inputs.cuda_workloads) }}
Expand Down Expand Up @@ -95,6 +97,7 @@ jobs:
SP1_PROVER: cuda

test-network:
if: ${{ fromJSON(github.event.inputs.network_workloads)[0] != null }}
strategy:
matrix:
workload: ${{ fromJSON(github.event.inputs.network_workloads) }}
Expand Down
30 changes: 15 additions & 15 deletions crates/perf/workflow.sh
Original file line number Diff line number Diff line change
Expand Up @@ -24,21 +24,21 @@ CPU_WORKLOADS=(

# Define the list of CUDA workloads.
CUDA_WORKLOADS=(
# "fibonacci-17k"
# "ssz-withdrawals"
# "tendermint"
# "rsp-20526624"
# "rsa"
# "regex"
# "chess"
# "json"
# "blobstream-01j6z63fgafrc8jeh0k12gbtvw"
# "blobstream-01j6z95bdme9svevmfyc974bja"
# "blobstream-01j6z9ak0ke9srsppgywgke6fj"
# "vector-01j6xsv35re96tkgyda115320t"
# "vector-01j6xzy366ff5tbkzcrs8pma02"
# "vector-01j6y06de0fdaafemr8b1t69z3"
# "raiko-a7-10"
"fibonacci-17k"
"ssz-withdrawals"
"tendermint"
"rsp-20526624"
"rsa"
"regex"
"chess"
"json"
"blobstream-01j6z63fgafrc8jeh0k12gbtvw"
"blobstream-01j6z95bdme9svevmfyc974bja"
"blobstream-01j6z9ak0ke9srsppgywgke6fj"
"vector-01j6xsv35re96tkgyda115320t"
"vector-01j6xzy366ff5tbkzcrs8pma02"
"vector-01j6y06de0fdaafemr8b1t69z3"
"raiko-a7-10"
"op-succinct-op-sepolia-range-17985900-17985905"
)

Expand Down

0 comments on commit 26aa833

Please sign in to comment.