Changelog
See https://github.com/Fraunhofer-IESE/badgers/releases
dev_0_0_13 (unreleased)
Changed
- Separated tests from benchmarks: Generator correctness tests now live in
tests/generators/as standalone pytest functions with fixtures, independent of the benchmark framework. Thebenchmarks/checks/directory andFunctionalCheckinfrastructure have been removed. Benchmarks now focus exclusively on performance measurement (time/memory). (9 commits:943e230..56fee5d)
Added
- Pytest fixtures for each data type:
tabular_small/tabular_large,time_series_sine/time_series_walk,graph_erdos_renyi,text_word_list - Test conftest files in
tests/generators/{tabular_data,time_series,graph,text}/
Removed
benchmarks/checks/directory and allFunctionalCheckinfrastructure--type functionaloption from benchmark CLIfunctional_checksparameter fromGeneratorBenchmarkmodel