droidxp / benchmark

8 stars 3 forks source link

Simulate Test #27

Open thlmenezes opened 4 years ago

thlmenezes commented 4 years ago

Create --simulate cli command, a boolean that defaults is false; calculate the time needed, aproximately, to run the test with the given input

Formula:

execution_time_in_seconds = sum(timings) * len(apps) * len(tools) * repetitions
print('{} hour(s) of execution '.format(execution_time_in_seconds / 3600) )