benchflow / analysers

Spark scripts utilised to analyse data and compute performance metrics
Other
0 stars 1 forks source link

Test to be added and to be enabled (+miscellaneous) #82

Open VincenzoFerme opened 8 years ago

VincenzoFerme commented 8 years ago

We need to add tests for: computeLevene, getActiveCores (trial), computeExecutionTime, byteSizeFromString, computeCombinedVar (exp) absolute and relative efficiency (first to be moved in dedicated functions). Moreover we should add Cassandra Test for: constructDuration.py, faban.py, numberOfConstructInstances.py

We need to move tests related to cutNProcesses in the data-transformers. As well as the code for cutting the processes

We should also organize the tests in two subsolders to differentiate the ones applied at trial and the ones applied at experiment level. The rest goes in the root folder.

Moreover we are gonna add test for everything that goes bad during our next round of experiments.

We need to add test for faban

Then we should remove the throughputTest.py because it is not needed anymore.