Skip to content

Commit e91f536

Browse files
committed
fix: change number
1 parent 47952e2 commit e91f536

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tests/test_mxv.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@ TEST(mxv_masked, naive) {
8989
}
9090

9191
TEST(mxv_masked, perf) {
92-
const int N = 1000000;
92+
const int N = 980000;
9393
const int K = 256;
9494
const int S = 10;
9595
const int NITER = 10;

0 commit comments

Comments
 (0)