1%EE eWiseMult and eWiseAdd performance tests
2
3% SuiteSparse:GraphBLAS, Timothy A. Davis, (c) 2017-2021, All Rights Reserved.
4% SPDX-License-Identifier: Apache-2.0
5
6clear all ; make
7addpath ('~/ssget') ;
8addpath ('spok') ;
9
10for threads = 1:4
11    nthreads_set (threads) ;
12    grbinfo
13    test68  % eWiseMult performance
14    test58(0)  % eWiseAdd performance
15    test61  % eWiseMult performance
16    test39  % eWiseAdd performance
17end
18
19