atlarge-research / yardstick

21 stars 11 forks source link

Flying task and stress test experiment #6

Closed tiberiuiancu closed 3 years ago

tiberiuiancu commented 3 years ago

I have implemented a flying task as part of my honours project on scaling Minecraft using serverless computing.

  1. Flying task: the player lifts above the map structures, then begins to fly towards the given target location. The final location only accepts x and z coordinates (I have ommitted the y coordinate since it would require implementing additional obstance avoidance logic).
  2. Experiment 9: Players spawn in the same location, at the same time, then start to fly away from each other, in a star-like formation, thus generating as much terrain as possible.
jdonkervliet commented 3 years ago

LGTM :shipit: