From 47fba2d47bcd212c4a48ff89960ba942674b9d61 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Sun, 12 Jun 2011 20:16:35 +0200 Subject: bench results --- bench/f14-kraken.txt | 64 ++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 64 insertions(+) (limited to 'bench/f14-kraken.txt') diff --git a/bench/f14-kraken.txt b/bench/f14-kraken.txt index 530f876..b644fc6 100644 --- a/bench/f14-kraken.txt +++ b/bench/f14-kraken.txt @@ -22,7 +22,71 @@ Intel(R) Core(TM) i5 CPU 760 @ 2.80GHz Mozilla/5.0 (X11; Linux x86_64; rv:2.0b12) Gecko/20100101 Firefox/4.0b12 4548.8 Mozilla/5.0 (X11; Linux x86_64; rv:2.0) Gecko/20100101 Firefox/4.0 (rc1) 4589.7 Mozilla/5.0 (X11; Linux x86_64; rv:2.0) Gecko/20100101 Firefox/4.0 (rc2) 4585.6 + Mozilla/5.0 (X11; Linux x86_64; rv:2.0.1) Gecko/20100101 Firefox/4.0.1 4292.4 + Mozilla/5.0 (X11; Linux x86_64; rv:5.0) Gecko/20100101 Firefox/5.0b5 4338.0 + +========================================================================================= +Mozilla/5.0 (X11; Linux x86_64; rv:5.0) Gecko/20100101 Firefox/5.0b5 +=============================================== +RESULTS (means and 95% confidence intervals) +----------------------------------------------- +Total: 4338.0ms +/- 0.5% +----------------------------------------------- + + ai: 1011.8ms +/- 1.9% + astar: 1011.8ms +/- 1.9% + + audio: 1117.8ms +/- 1.7% + beat-detection: 333.5ms +/- 4.9% + dft: 251.4ms +/- 1.5% + fft: 211.9ms +/- 0.8% + oscillator: 321.0ms +/- 0.6% + + imaging: 1411.5ms +/- 1.4% + gaussian-blur: 529.4ms +/- 3.5% + darkroom: 200.4ms +/- 0.4% + desaturate: 681.7ms +/- 0.3% + + json: 124.8ms +/- 1.3% + parse-financial: 68.8ms +/- 2.3% + stringify-tinderbox: 56.0ms +/- 1.5% + + stanford: 672.1ms +/- 0.7% + crypto-aes: 199.6ms +/- 1.1% + crypto-ccm: 135.2ms +/- 1.6% + crypto-pbkdf2: 236.1ms +/- 1.2% + crypto-sha256-iterative: 101.2ms +/- 1.3% +========================================================================================= +Mozilla/5.0 (X11; Linux x86_64; rv:2.0.1) Gecko/20100101 Firefox/4.0.1 +=============================================== +RESULTS (means and 95% confidence intervals) +----------------------------------------------- +Total: 4292.4ms +/- 0.4% +----------------------------------------------- + ai: 1054.6ms +/- 0.3% + astar: 1054.6ms +/- 0.3% + + audio: 1082.3ms +/- 1.7% + beat-detection: 298.9ms +/- 4.5% + dft: 267.3ms +/- 1.6% + fft: 205.1ms +/- 6.9% + oscillator: 311.0ms +/- 0.7% + + imaging: 1375.2ms +/- 0.1% + gaussian-blur: 515.4ms +/- 0.4% + darkroom: 199.5ms +/- 0.6% + desaturate: 660.3ms +/- 0.2% + + json: 144.2ms +/- 1.1% + parse-financial: 94.3ms +/- 1.4% + stringify-tinderbox: 49.9ms +/- 0.8% + + stanford: 636.1ms +/- 0.5% + crypto-aes: 187.5ms +/- 1.1% + crypto-ccm: 126.9ms +/- 1.0% + crypto-pbkdf2: 225.4ms +/- 0.7% + crypto-sha256-iterative: 96.3ms +/- 0.4% ========================================================================================= Mozilla/5.0 (X11; Linux x86_64; rv:2.0) Gecko/20100101 Firefox/4.0 (rc2) =============================================== -- cgit