We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7459090 commit d11b2aeCopy full SHA for d11b2ae
benchmark/pathfinding/generate_benchmark_scripts.sh
@@ -12,7 +12,7 @@ for version in "${versions[@]}"; do
12
for scale in "${scale_factors[@]}"; do
13
for thread in "${threads[@]}"; do
14
# Define the file name
15
- filename="benchmarks/${version}_sf${scale}_src${source}_t${thread}_b${bottom_up_threshold}.benchmark"
+ filename="benchmarks/${version}_sf${scale}_src${source}_t${thread}.benchmark"
16
17
# Write content to the file
18
cat <<EOL > "$filename"
0 commit comments