Context
We want to test multiple build and traversal strategies, and for various scenes. The goal is to understand how the different combinations perform, and to see how performance changes across commits.
Definition of Done
- Investigate benchmarking options (any existing libraries and frameworks for collecting, analyzing, visualizing).
- Create Benchmark target which allows parameterizing build and traversal strategies as well as scenes. Output benchmark results as a CSV.
- Make a quick visualization script to render benchmarking results.
Context
We want to test multiple build and traversal strategies, and for various scenes. The goal is to understand how the different combinations perform, and to see how performance changes across commits.
Definition of Done