Skip to content

Commit a35c400

Browse files
new examples
1 parent b15d97e commit a35c400

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/benchmark.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ on:
77
description: 'Instance families to benchmark (comma-separated: c7i,c7a,m7i,m7a)'
88
required: true
99
type: string
10-
default: 'c7i,c7a'
10+
default: 'r7i.16xlarge'
1111
cpu_sizes:
1212
description: 'CPU sizes to benchmark (comma-separated: 8,16,32,64,96)'
1313
required: true
@@ -19,10 +19,10 @@ on:
1919
type: string
2020
default: 'main'
2121
programs:
22-
description: 'Comma-separated list of programs (fibonacci,rsa,ecdsa,json,regex,sha,tendermint,zkquiz,bubble_sort,iseven)'
22+
description: 'Comma-separated list of programs (ed25519_commonware,scep256r1_commonware,helios_light_client,fibonacci,rsa,ecdsa,json,regex,sha,tendermint,bubble_sort,iseven)'
2323
required: true
2424
type: string
25-
default: 'fibonacci'
25+
default: 'ed25519_commonware,scep256r1_commonware,helios_light_client,fibonacci,rsa,ecdsa,json,regex,sha,tendermint,bubble_sort,iseven'
2626
provers:
2727
description: 'Comma-separated list of provers (sp1,risc0)'
2828
required: true

0 commit comments

Comments
 (0)