Skip to content

Commit 5f3f389

Browse files
committed
BENCH Remove the quick option for running asv benchmarks
This properly removes the overhead setup of OpenMP which was present as a single run was done. Hence, we now get proper results and no regression is observed.
1 parent 6170b45 commit 5f3f389

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

asv_benchmarks/asv_scalability.sh

100644100755
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ do
1010
last_core=$(($i-1))
1111
taskset -c 0-$last_core \
1212
asv continuous -b PairwiseDistancesArgKmin \
13-
-e -q main pairwise-distances-argkmin | tee pairwise_distances_argkmin_asv_${i}_cores.txt
13+
-e main pairwise-distances-argkmin | tee pairwise_distances_argkmin_asv_${i}_cores.txt
1414
cp -R results results_${i}_cores
1515
done
1616

0 commit comments

Comments
 (0)