ana1Tests.testUtilities.fetchBenchmarkResults

fetchBenchmarkResults(testName, resTypes=[], refDir='')[source]

Fetch a list of all paths to result files in a benchmark test, default all result file paths, if resType list provided only for resTypes in list

Parameters
  • refDir (str) – path to benchmark test directory

  • resTypes (list) – list of all resTypes that shall be returned

Returns

refFiles – list of paths to all result files found for benchmark test and resType

Return type

list