diff --git a/.github/workflows/performance.yaml b/.github/workflows/performance.yaml index 5225eb9..0e9fc12 100644 --- a/.github/workflows/performance.yaml +++ b/.github/workflows/performance.yaml @@ -32,7 +32,7 @@ jobs: # Start a TryCP instance nix develop .#ci -c bash -c "source ./scripts/trycp.sh && start_trycp &" - RUST_LOG=info TRYCP_RUST_LOG="info" MIN_PEERS=2 nix run .#${{ matrix.scenario }} -- --targets targets.yaml --instances-per-target 2 --duration 480 --no-progress --reporter influx-file ${{ matrix.extra-args }} > >(tee logs/scenario-stdout.log) 2> >(tee logs/scenario-stderr.log >&2) + RUST_LOG=info TRYCP_RUST_LOG="info" MIN_PEERS=2 nix run .#${{ matrix.scenario }} -- --targets targets.yaml --instances-per-target 1 --duration 480 --no-progress --reporter influx-file ${{ matrix.extra-args }} > >(tee logs/scenario-stdout.log) 2> >(tee logs/scenario-stderr.log >&2) # Stop the TryCP instance nix develop .#ci -c bash -c "source ./scripts/trycp.sh && stop_trycp" diff --git a/targets.yaml b/targets.yaml index a0d7983..8d297fd 100644 --- a/targets.yaml +++ b/targets.yaml @@ -27,7 +27,7 @@ nodes: - ws://172.26.158.69:9000 - ws://172.26.45.212:9000 - ws://172.26.10.127:9000 - #- ws://172.26.140.207:9000 + - ws://172.26.140.207:9000 - ws://172.26.123.33:9000 - ws://172.26.221.251:9000 - ws://172.26.187.67:9000