Searched refs:overhead_ratio (Results 1 – 1 of 1) sorted by relevance
288 def find_tests_to_run(time_by_test, overhead_ratio): argument310 adjusted_max_run_time_seconds = MAX_RUN_TIME.total_seconds() / overhead_ratio324 overhead_ratio, total_time.total_seconds() * overhead_ratio))459 overhead_ratio = calculate_overhead_ratio(overall_times, fastest_time_by_test)462 test_inclusions = find_tests_to_run(time_by_package, overhead_ratio)464 test_inclusions = find_tests_to_run(fastest_time_by_test, overhead_ratio)