mirror of
https://github.com/NVIDIA/nvbench.git
synced 2026-07-01 11:47:33 +00:00
* Register the dynamically loaded nvbench_compare module in sys.modules before executing it so tests better match normal import behavior. * Add shared tabulate-capture helpers and select rendered comparison tables by header suffix instead of relying on the last tabulate call. This makes display tests robust to future summary or legend table output. * Add coverage for unusable bulk cycle data forcing an ambiguous result instead of falling back to summary clock confirmation. * Rename the TOML parser integration test to clarify that it exercises whichever parser is available in the environment, and document the Python 3.10 tomli skip behavior.