28
28
description : " Benchmark mode (if running benchmark)"
29
29
type : string
30
30
required : false
31
- default : prove-evm
31
+ default : prove-stark
32
32
instance_family :
33
33
description : " Instance family to use for benchmark"
34
34
type : string
35
35
required : false
36
- default : m8g.24xlarge
36
+ default : g6e.8xlarge
37
37
benchmark_block_number :
38
38
description : " Block number to run the benchmark on"
39
39
type : number
70
70
type : string
71
71
required : false
72
72
description : " Benchmark mode (if running benchmark)"
73
- default : prove-evm
73
+ default : prove-stark
74
74
instance_family :
75
75
type : string
76
76
required : false
@@ -230,8 +230,8 @@ jobs:
230
230
if : ${{ github.event.inputs.run_benchmark == 'true' || inputs.run_benchmark || github.event_name == 'schedule' }}
231
231
uses : ./.github/workflows/reth-benchmark.yml
232
232
with :
233
- mode : ${{ inputs.benchmark_mode || github.event.inputs.benchmark_mode || 'prove-evm ' }}
234
- instance_family : ${{ inputs.instance_family || github.event.inputs.instance_family || 'm8g.24xlarge ' }}
233
+ mode : ${{ inputs.benchmark_mode || github.event.inputs.benchmark_mode || 'prove-stark ' }}
234
+ instance_family : ${{ inputs.instance_family || github.event.inputs.instance_family || 'g6e.8xlarge ' }}
235
235
ref : ${{ needs.patch.outputs.branch_name }}
236
236
tag : ${{ needs.patch.outputs.tag }}
237
237
block_number : ${{ fromJSON(inputs.benchmark_block_number || github.event.inputs.benchmark_block_number || '23100006') }}
@@ -243,7 +243,7 @@ jobs:
243
243
if : ${{ github.event.inputs.host_flamegraph == 'true' || inputs.host_flamegraph || github.event_name == 'schedule' }}
244
244
uses : ./.github/workflows/reth-benchmark.yml
245
245
with :
246
- mode : ${{ inputs.benchmark_mode || github.event.inputs.benchmark_mode || 'prove-evm ' }}
246
+ mode : ${{ inputs.benchmark_mode || github.event.inputs.benchmark_mode || 'prove-stark ' }}
247
247
instance_family : ${{ inputs.instance_family || github.event.inputs.instance_family || 'm8g.24xlarge' }}
248
248
ref : ${{ needs.patch.outputs.branch_name }}
249
249
tag : ${{ needs.patch.outputs.tag }}
@@ -256,7 +256,7 @@ jobs:
256
256
if : ${{ github.event.inputs.guest_flamegraph == 'true' || inputs.guest_flamegraph || github.event_name == 'schedule' }}
257
257
uses : ./.github/workflows/reth-benchmark.yml
258
258
with :
259
- mode : ${{ inputs.benchmark_mode || github.event.inputs.benchmark_mode || 'prove-evm ' }}
259
+ mode : ${{ inputs.benchmark_mode || github.event.inputs.benchmark_mode || 'prove-stark ' }}
260
260
instance_family : ${{ inputs.instance_family || github.event.inputs.instance_family || 'm8g.24xlarge' }}
261
261
ref : ${{ needs.patch.outputs.branch_name }}
262
262
tag : ${{ needs.patch.outputs.tag }}
0 commit comments