changeset 12687:4f3528f4795b octave-forge

reduce memory requirements for testing performance of ...skipnan
author schloegl
date Sat, 12 Sep 2015 09:03:25 +0000
parents 7c1bc8d8c406
children c9519e64c24b
files extra/NaN/test/test_perf_skipnan.m
diffstat 1 files changed, 1 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- 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 <alois.schloegl@gmail.com>
 %       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