Skip to content

chore: metaverse benchmark scenario#1043

Open
guitarrapc wants to merge 48 commits into
mainfrom
chore/bench
Open

chore: metaverse benchmark scenario#1043
guitarrapc wants to merge 48 commits into
mainfrom
chore/bench

Conversation

@guitarrapc

Copy link
Copy Markdown
Contributor

Summary

Added a Metaverse benchmark scenario that synchronizes Vector3 positions for a specified FPS and number of clients.

While the broadcast scenario is simply a server-to-client broadcast, the Metaverse scenario is a mixture of "client-to-server position updates" and "server-to-client broadcasts."

This scenario is intended to simulate high bandwidth usage; therefore, broadcast throttling (when the position has not changed) is intentionally not implemented. All clients always update their positions, and the server broadcasts to all clients on specified fps.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant