We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e95f023 commit a4e42dcCopy full SHA for a4e42dc
1 file changed
tests/performance/performancetests.sh
@@ -70,7 +70,7 @@ fi
70
DATASETS=(west0497.mtx facebook_combined.txt cit-HepTh.txt com-amazon.ungraph.txt com-youtube.ungraph.txt cit-Patents.txt com-orkut.ungraph.txt)
71
DATASET_MODES=(direct direct indirect indirect indirect indirect indirect)
72
DATASET_SIZES=(497 4039 27770 334863 1134890 3774768 3072441)
73
-KNN4SOLS=(59 421 1138 1 32 1 1048907)
+KNN4SOLS=(59 421 1138 1 32 1 609122)
74
KNN6SOLS=(238 526 4189 1 181 1 1268035)
75
76
#the following datasets are used for benchmarking SpMV, SpMSpV, and SpMSpM
0 commit comments