Skip to content

Commit a12a237

Browse files
committed
Trying with loop unroll for bottom up approach
1 parent 50a989f commit a12a237

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

benchmark/pathfinding/generate_benchmark_scripts.sh

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,9 @@
33
# Define versions, sources, and scale factors
44
versions=("operator-bottom-up")
55
sources=(16384)
6-
scale_factors=(1 3 10 30 100 300)
7-
threads=(1 2 4 8)
8-
bottom_up_thresholds=(0.01 0.05 0.1 0.2 0.3 0.4 0.5 0.6 0.7 0.8 0.9 1.0)
6+
scale_factors=(30)
7+
threads=(2)
8+
bottom_up_thresholds=(0.8 0.9 1.0)
99

1010
# Loop over versions, sources, and scale factors
1111
for version in "${versions[@]}"; do

0 commit comments

Comments
 (0)