beehave icon indicating copy to clipboard operation
beehave copied to clipboard

Performance benchmarks of this addon

Open bitbrain opened this issue 1 year ago • 0 comments

Some people might have concerns that using behavior trees, especially a lot of nodes impacts performance unnecessarily. Setup multiple behavior trees (simple, medium, complex) and measure the performance against different systems (e.g. Macbook, Default browser, Gamer PC, older PC system) and compose a performance matrix.

Mention the benchmark results on the README.md but in a shortened/brief version and link up to the wiki page where we can describe in detail how the performance was measured. Potentially automate the benchmarks too.

References

  • example of a good performance benchmark of Java event buses https://github.com/bennidi/eventbus-performance
  • example benchmark implementation for Godot https://github.com/godotengine/godot-benchmarks

bitbrain avatar Mar 03 '23 12:03 bitbrain