Mercurial > hg > js-dsp-test
changeset 14:288f2318aba2
Comma
author | Chris Cannam |
---|---|
date | Mon, 05 Oct 2015 14:43:34 +0100 |
parents | 4526b132bf3e |
children | ece8682d8293 |
files | fft/test.js |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/fft/test.js Mon Oct 05 14:39:52 2015 +0100 +++ b/fft/test.js Mon Oct 05 14:43:34 2015 +0100 @@ -195,7 +195,7 @@ function test() { document.getElementById("test-description").innerHTML = - "Running " + 2*iterations + " iterations per implementation of FFT size " + size + ".<br>Timings are given separately for the first half of the run (" + iterations + " iterations) and the second half, in case the JS engine takes some warming up." + "Running " + 2*iterations + " iterations per implementation, of FFT size " + size + ".<br>Timings are given separately for the first half of the run (" + iterations + " iterations) and the second half, in case the JS engine takes some warming up." testNayuki(); testNockert();