From 82304c30f19a7462ce77accfa3c8b0de31122fb3 Mon Sep 17 00:00:00 2001 From: Levi Armstrong Date: Sun, 12 Nov 2023 09:47:52 -0600 Subject: [PATCH] fixup --- .run_combine_benchmark_results | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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"