# HG changeset patch # User Chris Cannam # Date 1444052392 -3600 # Node ID 4526b132bf3eae165af24e2c3b02a6b40b7f32cf # Parent 281c44ba1d2e584ebff2701c77ad7449ac2a202c Another minor text fix diff -r 281c44ba1d2e -r 4526b132bf3e fft/test.js --- a/fft/test.js Mon Oct 05 14:36:24 2015 +0100 +++ b/fft/test.js Mon Oct 05 14:39:52 2015 +0100 @@ -195,7 +195,7 @@ function test() { document.getElementById("test-description").innerHTML = - "Running " + 2*iterations + " iterations of FFT size " + size + ".
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 + ".
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();