You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It would be nice to have automated and repeatable benchmarks in hematite. I see two ways of accomplishing this, and it might be nice to have both:
Abstract the render loop into functions and then call these functions inside some standard #[bench] tests. This method is limited by the simplicity of the Bencher API, but it can still be useful.
Have a benchmark mode similar to many games that records statistics while the camera goes through a predefined path.
The text was updated successfully, but these errors were encountered:
It would be nice to have automated and repeatable benchmarks in hematite. I see two ways of accomplishing this, and it might be nice to have both:
#[bench]
tests. This method is limited by the simplicity of the Bencher API, but it can still be useful.The text was updated successfully, but these errors were encountered: