projects
/
scilab.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
* Bug #14423 fixed - bench_run did not have a return value, export file was not confi...
[scilab.git]
/
scilab
/
modules
/
fftw
/
tests
/
benchmarks
/
bench_fft.tst
diff --git
a/scilab/modules/fftw/tests/benchmarks/bench_fft.tst
b/scilab/modules/fftw/tests/benchmarks/bench_fft.tst
index
63a2168
..
b21cded
100644
(file)
--- a/
scilab/modules/fftw/tests/benchmarks/bench_fft.tst
+++ b/
scilab/modules/fftw/tests/benchmarks/bench_fft.tst
@@
-9,6
+9,7
@@
// Benchmark for fft function
//==============================================================================
+// <-- BENCH NB RUN : 100 -->
a = 0; b = 0;
a = rand(800000, 1, "n");