diff --git a/tools/run-benchmark.sh b/tools/run-benchmark.sh index 6161dc3..09363d3 100755 --- a/tools/run-benchmark.sh +++ b/tools/run-benchmark.sh @@ -183,7 +183,7 @@ done ###################### # Build out the request parameters -csv_file_name=$(printf "%s.%s.%s.%s.%scpu.%sworkers.%s.csv" "$block_start" "$block_end" "$machine_type" "$CPU_PLATFORM" "$cpu_request" "$num_workers" "$other_args") +csv_file_name=$(printf "%s.%s.%s.%s.%s.%scpu.%sworkers.csv" "$other_args" "$block_start" "$block_end" "$machine_type" "$CPU_PLATFORM" "$cpu_request" "$num_workers") post_body=$(printf '{"block_interval":"%s..=%s","block_source":{"ZeroBinRpc":{"rpc_url":"%s"}},"benchmark_output":{"GoogleCloudStorageCsv":{"file_name":"%s","bucket":"zkevm-csv"}}}' "$block_start" "$block_end" "$RPC_ADDRESS" "$csv_file_name") # Run the benchmark test