Skip to content

Commit d11b2ae

Browse files
committed
Updating filename
1 parent 7459090 commit d11b2ae

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

benchmark/pathfinding/generate_benchmark_scripts.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ for version in "${versions[@]}"; do
1212
for scale in "${scale_factors[@]}"; do
1313
for thread in "${threads[@]}"; do
1414
# Define the file name
15-
filename="benchmarks/${version}_sf${scale}_src${source}_t${thread}_b${bottom_up_threshold}.benchmark"
15+
filename="benchmarks/${version}_sf${scale}_src${source}_t${thread}.benchmark"
1616

1717
# Write content to the file
1818
cat <<EOL > "$filename"

0 commit comments

Comments
 (0)