Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/remove_parallel_support' into fu…
Browse files Browse the repository at this point in the history
…ll_timing_results
  • Loading branch information
benedikt-schesch committed Sep 27, 2024
2 parents 5960c32 + d34ba8d commit ddb5685
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
1 change: 0 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@ venv
**/*_explanation.txt
cache-small/
apache-maven-3.9.2/
results/local_repos.csv
machines.txt
.valid_merges
cache/
Expand Down
4 changes: 2 additions & 2 deletions run.sh
Original file line number Diff line number Diff line change
Expand Up @@ -203,15 +203,15 @@ python3 src/python/merge_analyzer.py \

echo "run.sh: about to run merge_tester.py"
python3 src/python/merge_tester.py \
--repos_head_passes_csv "$OUT_DIR/local_repos.csv" \
--repos_head_passes_csv "$OUT_DIR/repos_head_passes.csv" \
--merges_path "$OUT_DIR/merges_analyzed/" \
--output_dir "$OUT_DIR/merges_tested/" \
--cache_dir "$CACHE_DIR"

if [ "$no_timing" = false ]; then
echo "run.sh: about to run merge_runtime_measure.py"
python3 src/python/merge_runtime_measure.py \
--repos_head_passes_csv "$OUT_DIR/local_repos.csv" \
--repos_head_passes_csv "$OUT_DIR/repos_head_passes.csv" \
--merges "$OUT_DIR/merges_tested/" \
--output_dir "$OUT_DIR/merges_timed/" \
--n_sampled_timing 1 \
Expand Down

0 comments on commit ddb5685

Please sign in to comment.