From d8ccaebe8370ac3493a50b3a819c15657b0ad012 Mon Sep 17 00:00:00 2001 From: Callum Dunster Date: Mon, 16 Sep 2024 17:14:09 +0200 Subject: [PATCH] style(ci): add whitespace between scenarios in list for readability --- .github/workflows/performance.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/performance.yaml b/.github/workflows/performance.yaml index 4edb23cf..611b4f82 100644 --- a/.github/workflows/performance.yaml +++ b/.github/workflows/performance.yaml @@ -19,8 +19,10 @@ jobs: include: - scenario: dht_sync_lag extra-args: "--agents 2 --behaviour write:1 --behaviour record_lag:1" + - scenario: app_install extra-args: "--agents 2 --behaviour minimal:1 --behaviour large:1" + - scenario: first_call extra-args: "--agents 1 --behaviour local:1" steps: