Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions .changeset/sweet-foxes-remain.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@
'@epicgames-ps/wilbur': minor
---

Updates to platform_scripts to fix argument passing to Wilbur.

- Added separator between script parameters and signalling server parameters when using platform scripts
- From now on, anything after the `--` marker on the command line is passed directly to Wilbur.
- Parameters before this marker are intended for the scripts. These parameters are validated and unknown parameters will cause an error.
Expand Down
2 changes: 2 additions & 0 deletions .changeset/weak-files-wait.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,8 @@
'@epicgames-ps/lib-pixelstreamingfrontend-ue5.6': minor
---

Changes for regression/latency testing.

## Latency Session Test and dump to csv

Added a new feature to run a variable length latency test session (e.g. a 60s window)
Expand Down