A temporal dependency occurs when developers change two or more files at the same time (i.e. they are a part of the same commit).
Pairs | # same commits | # commits 1 | # commits 2 | latest commit |
---|---|---|---|---|
run_benchmark.py utils/pipeline_utils.py |
7 | 11 (63%) | 15 (46%) | 2025-06-11 |
utils/benchmark_utils.py run_benchmark.py |
4 | 5 (80%) | 11 (36%) | 2025-06-11 |
utils/benchmark_utils.py utils/pipeline_utils.py |
3 | 5 (60%) | 15 (20%) | 2025-06-11 |
utils/benchmark_utils.py gen_image.py |
2 | 5 (40%) | 3 (66%) | 2025-06-11 |
gen_image.py utils/pipeline_utils.py |
2 | 3 (66%) | 15 (13%) | 2025-06-11 |
run_benchmark.py gen_image.py |
2 | 11 (18%) | 3 (66%) | 2025-06-11 |