Skip to content

Commit

Permalink
only 1 instance per node
Browse files Browse the repository at this point in the history
  • Loading branch information
neonphog committed Nov 4, 2024
1 parent 4c164ec commit fd8673e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/performance.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
2 changes: 1 addition & 1 deletion targets.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit fd8673e

Please sign in to comment.