diff options
author | Remi Collet <fedora@famillecollet.com> | 2012-02-01 21:45:10 +0100 |
---|---|---|
committer | Remi Collet <fedora@famillecollet.com> | 2012-02-01 21:45:10 +0100 |
commit | cddddf22d553ed768d48eb08816fc4ba050a7bed (patch) | |
tree | 9b656a962b4cd40d71d55bb85cfa55ed99d4e342 /bench/sunspider.txt | |
parent | 1d7875433f849bae10853571f39d200121296051 (diff) |
firefox: add benchmark results
Diffstat (limited to 'bench/sunspider.txt')
-rw-r--r-- | bench/sunspider.txt | 52 |
1 files changed, 52 insertions, 0 deletions
diff --git a/bench/sunspider.txt b/bench/sunspider.txt index 8525bbc..bbb61d3 100644 --- a/bench/sunspider.txt +++ b/bench/sunspider.txt @@ -28,8 +28,60 @@ Intel(R) Core(TM) i5 CPU 760 @ 2.80GHz Mozilla/5.0 (X11; Linux x86_64; rv:6.0) Gecko/20100101 Firefox/6.0 224.8 Mozilla/5.0 (X11; Linux x86_64; rv:7.0) Gecko/20100101 Firefox/7.0 221.7 Mozilla/5.0 (X11; Linux x86_64; rv:9.0.1) Gecko/20100101 Firefox/9.0.1 197.9 + Mozilla/5.0 (X11; Linux x86_64; rv:10.0) Gecko/20100101 Firefox/10.0 209.4 ============================================================================== +Mozilla/5.0 (X11; Linux x86_64; rv:10.0) Gecko/20100101 Firefox/10.0 +============================================ +RESULTS (means and 95% confidence intervals) +-------------------------------------------- +Total: 209.4ms +/- 4.6% +-------------------------------------------- + + 3d: 32.9ms +/- 8.2% + cube: 13.2ms +/- 6.7% + morph: 7.4ms +/- 20.5% + raytrace: 12.3ms +/- 12.0% + + access: 21.2ms +/- 10.8% + binary-trees: 2.9ms +/- 29.5% + fannkuch: 8.4ms +/- 4.4% + nbody: 4.8ms +/- 31.2% + nsieve: 5.1ms +/- 26.0% + + bitops: 19.3ms +/- 9.9% + 3bit-bits-in-byte: 1.5ms +/- 33.7% + bits-in-byte: 6.4ms +/- 24.2% + bitwise-and: 5.0ms +/- 35.7% + nsieve-bits: 6.4ms +/- 33.8% + + controlflow: 3.8ms +/- 36.3% + recursive: 3.8ms +/- 36.3% + + crypto: 18.4ms +/- 14.7% + aes: 9.9ms +/- 22.7% + md5: 5.1ms +/- 29.9% + sha1: 3.4ms +/- 26.6% + + date: 28.5ms +/- 8.0% + format-tofte: 16.7ms +/- 11.1% + format-xparb: 11.8ms +/- 13.0% + + math: 19.9ms +/- 11.7% + cordic: 4.5ms +/- 29.2% + partial-sums: 12.5ms +/- 18.7% + spectral-norm: 2.9ms +/- 14.0% + + regexp: 11.6ms +/- 3.2% + dna: 11.6ms +/- 3.2% + + string: 53.8ms +/- 5.9% + base64: 4.8ms +/- 18.3% + fasta: 7.4ms +/- 23.3% + tagcloud: 17.4ms +/- 10.6% + unpack-code: 18.2ms +/- 5.8% + validate-input: 6.0ms +/- 0.0% +============================================================================== Mozilla/5.0 (X11; Linux x86_64; rv:9.0.1) Gecko/20100101 Firefox/9.0.1 ============================================ RESULTS (means and 95% confidence intervals) |