KStocky / ShaderTestFramework

An automation testing framework for testing shader code
MIT License
20 stars 1 forks source link

Report Statistics of a test run #72

Closed KStocky closed 3 months ago

KStocky commented 4 months ago

Is your feature request related to a problem? Please describe. At the minute I have legitimately zero idea about how many asserts were run through, or how many sections, and I would kinda like to know.

Describe the solution you'd like On the C++ side of things, we can use Catch2's event listeners to record the statistics and then perhaps create a custom main to output these statistics at the end. For HLSL, I already know the number of assertions processed in each run, I just need a way of reporting that information.

KStocky commented 3 months ago

closed with #112