diff --git a/.run_combine_benchmark_results b/.run_combine_benchmark_results index 04fd0f4e03f..544df53d5ad 100755 --- a/.run_combine_benchmark_results +++ b/.run_combine_benchmark_results @@ -2,7 +2,7 @@ import json import os -build_dir = "/root/target_ws/build" +build_dir = "/__w/tesseract-1/tesseract-1/target_ws/build" result_files = [] search_path = build_dir + "/tesseract_collision/test/benchmarks"