# HG changeset patch # User schloegl # Date 1442048605 0 # Node ID 4f3528f4795b6a8ee48db0a7458f2b46f995b57a # Parent 7c1bc8d8c4063cd212444f81ba62dbc5f0151d75 reduce memory requirements for testing performance of ...skipnan diff -r 7c1bc8d8c406 -r 4f3528f4795b extra/NaN/test/test_perf_skipnan.m --- a/extra/NaN/test/test_perf_skipnan.m Sat Sep 12 07:33:55 2015 +0000 +++ b/extra/NaN/test/test_perf_skipnan.m Sat Sep 12 09:03:25 2015 +0000 @@ -1,7 +1,6 @@ %% TEST_PERF_NANTB -% $Id$ % Copyright (C) 2009,2010 by Alois Schloegl % This function is part of the NaN-toolbox % http://pub.ist.ac.at/~schloegl/matlab/NaN/ @@ -33,7 +32,7 @@ %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% %% Generate Test data -y = randn(1e7,32); +y = randn(4e5,32); flag=0; N = 10; % repeat the tests 10 times