1 // =============================================================================
2 // Scilab ( http://www.scilab.org/ ) - This file is part of Scilab
3 // Copyright (C) 2007-2008 - INRIA
5 // This file is distributed under the same license as the Scilab package.
6 // =============================================================================
8 //==============================================================================
9 // Benchmark for fft function
10 //==============================================================================
12 // <-- BENCH NB RUN : 100 -->
14 a = rand(800000, 1, "n");
16 // <-- BENCH START -->