From 2692eb131c83ceb33935f19f68e92a04bb0a06ec Mon Sep 17 00:00:00 2001 From: lyfsn Date: Thu, 8 Aug 2024 10:58:34 +0800 Subject: [PATCH] remove 500M test for genesis task --- .github/workflows/run_all.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/run_all.yml b/.github/workflows/run_all.yml index b4f15b2..1f0c8ae 100644 --- a/.github/workflows/run_all.yml +++ b/.github/workflows/run_all.yml @@ -16,9 +16,9 @@ on: required: true default: '[nethermind,geth,reth,erigon,besu]' sizes: - description: "Enter sizes (e.g., [500,1000])" + description: "Enter sizes (e.g., [1000])" required: false - default: "[500,1000]" + default: "[1000]" repetitions: description: "Enter the number of repetitions" required: true @@ -33,7 +33,7 @@ jobs: ROOT_DIR: ${{ github.event.inputs.root_dir || '/root/benchmarks/' }} DATE: ${{ github.event.inputs.date || '' }} CLIENTS: ${{ github.event.inputs.clients || '["nethermind","geth","reth","erigon","besu"]' }} - SIZES: ${{ github.event.inputs.sizes || '[500,1000]' }} + SIZES: ${{ github.event.inputs.sizes || '[1000]' }} REPETITIONS: ${{ github.event.inputs.repetitions || 8 }} outputs: date: ${{ steps.set-date.outputs.date }}