feather-rs / feather

A Minecraft server implementation in Rust
Apache License 2.0
2.6k stars 143 forks source link

Proposal: benchmark project #219

Open caelunshun opened 4 years ago

caelunshun commented 4 years ago

In order to back up our performance claims, we should provide some benchmarks comparing Feather to other implementations. Ideally, these should be based on real-world use cases, with bots performing actual interactions with the world.

Ideally, whatever common library we use to handle bot interaction with the server could also be repurposed for use as an integration testing framework.

These benchmarks should live in another repository and act as a generic benchmark for a multitude of server implementations. I'd like to compare the following software:

Miro-Andrin commented 4 years ago

I have started an attempt at "solving" this issue by creating a utility for this. The utility is still work in progress, but if anyone is interested the code, then it can be found here.