asam-ev / qc-framework

Mozilla Public License 2.0
15 stars 8 forks source link

Add config option to result pooling #91

Closed romanodanilo closed 3 months ago

romanodanilo commented 3 months ago

Description

Addressing https://github.com/asam-ev/qc-framework/issues/33 Improve result pooling by

Now the ResultPooling interface is:

Usage of ResultPooling:

Run the application to summarize all xqar files from current directory: 
ResultPooling

Run the application to summarize all xqar files from a specified directory: 
ResultPooling ../results/ 

Run the application to summarize all xqar files from current directory with given config: 
ResultPooling config.xml 

Run the application to summarize all xqar files from a specified directory with given config: 
ResultPooling ../results/ config.xml 

How was the PR tested?

  1. Unit-test with some sample data. All unit tests passed.

Notes