--- gforth/onebench.fs 2012/10/08 19:08:22 1.3 +++ gforth/onebench.fs 2012/10/08 19:17:32 1.4 @@ -19,7 +19,7 @@ \ many platforms don't have GNU time, so we do it ourselves -.( sieve bubble matrix fib) cr +.( sieve bubble matrix fib fft) cr warnings off @@ -29,7 +29,7 @@ warnings off cputime d+ 2r> d- <# # # # # # # '. hold #s #> 9 over - spaces 3 - type ; -s" siev.fs" include-main-time +s" siev.fs" include-main-time space s" bubble.fs" include-main-time space s" matrix.fs" include-main-time s" fib.fs" include-main-time