Release the Kraken (Benchmark) - post your results

owdi

Ars Praefectus
3,972
Kraken JavaScript Benchmakr (version 1.1) NEW LINK

Kraken JavaScript Benchmark (version 1.1)

This is a cross platform benchmark that should run on just about anything. It appears to be mostly single threaded so it will take maximum advantage of turbo boosted chips. Post your specs and results.

Windows 7 and Chrome 23
Intel C2D 8400 @ 3.3ghz
4gb DDR2 @ 888mhz
Code:
===============================================
RESULTS (means and 95% confidence intervals)
-----------------------------------------------
Total:                       2348.6ms +/- 4.7%
-----------------------------------------------

  ai:                         164.1ms +/- 1.4%
    astar:                    164.1ms +/- 1.4%

  audio:                      814.0ms +/- 6.7%
    beat-detection:           227.1ms +/- 10.0%
    dft:                      278.7ms +/- 4.7%
    fft:                      160.8ms +/- 12.4%
    oscillator:               147.4ms +/- 6.2%

  imaging:                    525.7ms +/- 6.0%
    gaussian-blur:            201.1ms +/- 3.1%
    darkroom:                 197.0ms +/- 14.6%
    desaturate:               127.6ms +/- 4.6%

  json:                       191.3ms +/- 11.6%
    parse-financial:          111.0ms +/- 7.9%
    stringify-tinderbox:       80.3ms +/- 17.8%

  stanford:                   653.5ms +/- 7.2%
    crypto-aes:               179.5ms +/- 8.6%
    crypto-ccm:               157.5ms +/- 8.7%
    crypto-pbkdf2:            212.2ms +/- 7.7%
    crypto-sha256-iterative:  104.3ms +/- 9.7%

Windows 7 and Firefox 17
Intel C2D 8400 @ 3.3ghz
4gb DDR2 @ 888mhz
Code:
===============================================
RESULTS (means and 95% confidence intervals)
-----------------------------------------------
Total:                        2957.0ms +/- 1.2%
-----------------------------------------------

  ai:                          118.2ms +/- 0.6%
    astar:                     118.2ms +/- 0.6%

  audio:                      1003.7ms +/- 1.7%
    beat-detection:            323.0ms +/- 7.1%
    dft:                       294.3ms +/- 1.7%
    fft:                       210.2ms +/- 5.9%
    oscillator:                176.2ms +/- 13.7%

  imaging:                    1102.3ms +/- 1.8%
    gaussian-blur:             607.4ms +/- 0.7%
    darkroom:                  306.6ms +/- 0.9%
    desaturate:                188.3ms +/- 11.6%

  json:                        157.1ms +/- 2.4%
    parse-financial:            94.1ms +/- 2.7%
    stringify-tinderbox:        63.0ms +/- 2.4%

  stanford:                    575.7ms +/- 2.1%
    crypto-aes:                123.0ms +/- 0.5%
    crypto-ccm:                103.5ms +/- 0.6%
    crypto-pbkdf2:             262.6ms +/- 4.4%
    crypto-sha256-iterative:    86.6ms +/- 1.1%
 
Last edited:
  • Like
Reactions: MadeInDex

Hat Monster

Ars Legatus Legionis
47,680
Subscriptor
Win7, IE10
Phenom II X4 3.4 GHz
Code:
-----------------------------------------------
Total:                        7482.2ms +/- 0.7%
-----------------------------------------------

Win7, Firefox 18a2
Phenom II X4 3.4 GHz
Code:
-----------------------------------------------
Total:                        2715.0ms +/- 1.0%
-----------------------------------------------

WinXP, IE8
Athlon X2 2.6 GHz
DNF

WinXP, Firefox 14.0.1
Athlon X2 2.6 GHz
Code:
-----------------------------------------------
Total:                        6806.7ms +/- 1.1%
-----------------------------------------------


WinXP, Firefox 17.0.1
Athlon X2 2.6 GHz
Code:
-----------------------------------------------
Total:                        6591.5ms +/- 1.7%
-----------------------------------------------

WinXP, Chrome 23.0.1271.97 m
Athlon X2 2.6 GHz
Code:
-----------------------------------------------
Total:                        5048.7ms +/- 2.9%
-----------------------------------------------



Android 4.2, Browser (Spammed a lot of script timeout prompts)
Qualcomm MSM7227, 729 MHz (ZTE Blade)

... Still waiting ...

I have a bit more hardware lying around I could run it on. I'll see what can be done.

This thing seems to scale just like Sunspider did, it likes lots of clock and doesn't care one bit about multiple cores. It likes large caches, my Phenom is clock for clock about 10% better than my Athlon X2. It has a 800 MHz clock advantage, but also a big L3 cache.

Almost as though nobody's figured out how to make a multithreaded JIT with good locality of reference for JavaScript to run on. In fact, it's exactly that! Bulldozer and Piledriver, with their large caches, should run really, really well on this test.

On to the test itself.

No, really Mozilla, FFTs and Gaussian blurs in JavaScript? Are you guys bonkers or just completely divorced from reality? Actually, seeing Firefox after 4.0, I'll go with a trial separation from reality. Hopefully you guys get back together, it's boring bouncing between Chrome and IE.

IE10 seems to take a beating in this test when, in quite a few other JS benchmarks (including Sunspider), it ranks right up there. An OSS community making a test which doesn't run well on MS products? My word!

Chrome seems to be the fastest, from results posted, echoing the truism as the perennial second place that Firefox has become: Pick any test, and it'll be second to either IE or Chrome.
 
  • Like
Reactions: ronald shell

Jim Z

Ars Legatus Legionis
46,752
Subscriptor
Ubuntu 12.04 i386
Firefox 17.0.1
Core i5-2400

Code:
===============================================
RESULTS (means and 95% confidence intervals)
-----------------------------------------------
Total:                       2581.5ms +/- 0.6%
-----------------------------------------------

  ai:                          83.7ms +/- 0.4%
    astar:                     83.7ms +/- 0.4%

  audio:                      878.8ms +/- 2.0%
    beat-detection:           266.1ms +/- 0.8%
    dft:                      238.5ms +/- 1.7%
    fft:                      202.2ms +/- 8.0%
    oscillator:               172.0ms +/- 8.2%

  imaging:                    964.9ms +/- 0.3%
    gaussian-blur:            524.0ms +/- 0.4%
    darkroom:                 267.8ms +/- 0.5%
    desaturate:               173.1ms +/- 0.6%

  json:                       141.9ms +/- 11.4%
    parse-financial:           78.0ms +/- 4.6%
    stringify-tinderbox:       63.9ms +/- 25.9%

  stanford:                   512.2ms +/- 3.1%
    crypto-aes:               109.2ms +/- 1.0%
    crypto-ccm:                92.3ms +/- 1.3%
    crypto-pbkdf2:            231.9ms +/- 7.2%
    crypto-sha256-iterative:   78.8ms +/- 2.3%

Ubuntu 12.04 i386
Chromium 20.0.1132.47
Core i5-2400

Code:
===============================================
RESULTS (means and 95% confidence intervals)
-----------------------------------------------
Total:                       2167.0ms +/- 0.6%
-----------------------------------------------

  ai:                         170.3ms +/- 1.3%
    astar:                    170.3ms +/- 1.3%

  audio:                      701.0ms +/- 0.9%
    beat-detection:           206.4ms +/- 2.8%
    dft:                      232.0ms +/- 0.9%
    fft:                      139.8ms +/- 0.6%
    oscillator:               122.8ms +/- 0.7%

  imaging:                    580.2ms +/- 0.2%
    gaussian-blur:            197.4ms +/- 0.6%
    darkroom:                 147.8ms +/- 0.2%
    desaturate:               235.0ms +/- 0.2%

  json:                       138.2ms +/- 1.7%
    parse-financial:           72.5ms +/- 2.1%
    stringify-tinderbox:       65.7ms +/- 2.4%

  stanford:                   577.3ms +/- 0.8%
    crypto-aes:               159.7ms +/- 1.6%
    crypto-ccm:               139.5ms +/- 1.0%
    crypto-pbkdf2:            183.6ms +/- 1.8%
    crypto-sha256-iterative:   94.5ms +/- 2.0%

Ubuntu 12.04 i386
Chrome 23.0.1271.97
Core i5-2400

Code:
===============================================
RESULTS (means and 95% confidence intervals)
-----------------------------------------------
Total:                       2200.1ms +/- 3.4%
-----------------------------------------------

  ai:                         160.8ms +/- 5.2%
    astar:                    160.8ms +/- 5.2%

  audio:                      723.9ms +/- 5.6%
    beat-detection:           198.0ms +/- 6.5%
    dft:                      245.6ms +/- 5.1%
    fft:                      143.7ms +/- 9.0%
    oscillator:               136.6ms +/- 7.8%

  imaging:                    480.0ms +/- 3.4%
    gaussian-blur:            196.6ms +/- 1.1%
    darkroom:                 158.9ms +/- 9.7%
    desaturate:               124.5ms +/- 3.8%

  json:                       179.1ms +/- 7.9%
    parse-financial:           95.6ms +/- 5.5%
    stringify-tinderbox:       83.5ms +/- 12.1%

  stanford:                   656.3ms +/- 5.4%
    crypto-aes:               180.5ms +/- 7.9%
    crypto-ccm:               173.4ms +/- 7.8%
    crypto-pbkdf2:            195.2ms +/- 6.4%
    crypto-sha256-iterative:  107.2ms +/- 5.7%
 

hansmuff

Ars Tribunus Angusticlavius
9,382
Subscriptor++
i7 2600k 4.4GHz, HT on, all core parking disabled (experiment)
16GB DDR3 800MHz 9-9-9-24 timings, 2T command rate


Win7 x64, FF 14.0.1
Total: 2053.1ms +/- 0.8%

Code:
===============================================
RESULTS (means and 95% confidence intervals)
-----------------------------------------------
Total:                       2053.1ms +/- 0.8%
-----------------------------------------------

  ai:                          65.9ms +/- 1.9%
    astar:                     65.9ms +/- 1.9%

  audio:                      686.2ms +/- 2.6%
    beat-detection:           231.2ms +/- 6.1%
    dft:                      171.8ms +/- 1.1%
    fft:                      160.5ms +/- 8.4%
    oscillator:               122.7ms +/- 8.9%

  imaging:                    753.0ms +/- 0.4%
    gaussian-blur:            403.7ms +/- 0.4%
    darkroom:                 213.1ms +/- 0.6%
    desaturate:               136.2ms +/- 1.0%

  json:                       156.6ms +/- 22.0%
    parse-financial:          116.5ms +/- 29.2%
    stringify-tinderbox:       40.1ms +/- 1.6%

  stanford:                   391.4ms +/- 4.1%
    crypto-aes:                80.1ms +/- 0.8%
    crypto-ccm:                75.3ms +/- 14.9%
    crypto-pbkdf2:            176.6ms +/- 8.0%
    crypto-sha256-iterative:   59.4ms +/- 2.6%

Same machine, Chrome Version 23.0.1271.97 m
Total: 1603.9ms +/- 3.5%

Code:
===============================================
RESULTS (means and 95% confidence intervals)
-----------------------------------------------
Total:                       1603.9ms +/- 3.5%
-----------------------------------------------

  ai:                         120.1ms +/- 2.7%
    astar:                    120.1ms +/- 2.7%

  audio:                      531.0ms +/- 5.1%
    beat-detection:           143.9ms +/- 7.1%
    dft:                      185.9ms +/- 4.3%
    fft:                      102.7ms +/- 7.5%
    oscillator:                98.5ms +/- 7.3%

  imaging:                    374.3ms +/- 5.3%
    gaussian-blur:            151.8ms +/- 2.9%
    darkroom:                 126.4ms +/- 12.4%
    desaturate:                96.1ms +/- 2.8%

  json:                       125.7ms +/- 11.0%
    parse-financial:           70.9ms +/- 12.5%
    stringify-tinderbox:       54.8ms +/- 14.4%

  stanford:                   452.8ms +/- 5.1%
    crypto-aes:               121.1ms +/- 5.8%
    crypto-ccm:               112.5ms +/- 6.4%
    crypto-pbkdf2:            141.8ms +/- 3.9%
    crypto-sha256-iterative:   77.4ms +/- 6.4%

Same machine, IE 9.0.8 (I don't install newer IE)
Total: 7892.9ms +/- 0.5%

Code:
===============================================
RESULTS (means and 95% confidence intervals)
-----------------------------------------------
Total:                        7892.9ms +/- 0.5%
-----------------------------------------------  
ai:                          529.1ms +/- 0.5%    
astar:                     529.1ms +/- 0.5%  
audio:                      3158.8ms +/- 1.2%    
beat-detection:            586.3ms +/- 1.3%    
dft:                      1456.7ms +/- 3.3%    
fft:                       654.5ms +/- 6.5%    
oscillator:                461.3ms +/- 2.9%  
imaging:                    2824.7ms +/- 0.8%    
gaussian-blur:            1663.9ms +/- 0.8%    
darkroom:                  585.0ms +/- 2.0%    
desaturate:                575.8ms +/- 1.0%  
json:                        122.0ms +/- 1.4%    
parse-financial:            55.5ms +/- 0.7%    
stringify-tinderbox:        66.5ms +/- 2.5%  
stanford:                   1258.3ms +/- 0.4%    
crypto-aes:                234.7ms +/- 1.3%    
crypto-ccm:                195.5ms +/- 2.1%    
crypto-pbkdf2:             634.7ms +/- 0.8%    
crypto-sha256-iterative:   193.4ms +/- 0.8%
 

Da G Man

Ars Tribunus Militum
2,962
Core i5-2500K @ 44/42/40/39 turbo ratios. * this test doesn't seem to keep it at 4.4 for long, most of the time the turbo monitor shows 4.2 or 4.3GHz during the test..

16G DDR3 1333 JEDEC CAS 9

Firefox 17.0.1, Win 7 Home Premium 64bit

===============================================
RESULTS (means and 95% confidence intervals)
-----------------------------------------------
Total: 1944.0ms +/- 1.2%
-----------------------------------------------

ai: 65.5ms +/- 1.1%
astar: 65.5ms +/- 1.1%

audio: 669.3ms +/- 2.3%
beat-detection: 207.0ms +/- 4.9%
dft: 197.2ms +/- 6.5%
fft: 141.0ms +/- 10.1%
oscillator: 124.1ms +/- 6.1%

imaging: 724.2ms +/- 0.4%
gaussian-blur: 409.2ms +/- 0.5%
darkroom: 182.3ms +/- 0.8%
desaturate: 132.7ms +/- 0.5%

json: 100.6ms +/- 11.1%
parse-financial: 54.6ms +/- 4.7%
stringify-tinderbox: 46.0ms +/- 25.6%

stanford: 384.4ms +/- 3.9%
crypto-aes: 74.9ms +/- 1.3%
crypto-ccm: 70.9ms +/- 16.8%
crypto-pbkdf2: 178.3ms +/- 7.3%
crypto-sha256-iterative: 60.3ms +/- 1.1%
 

macker0407

Ars Scholae Palatinae
908
i7-3930K, 4.8Ghz, Win7 x64, 32GB DDR3 XMP-1600(10/10/10/27/2T), Firefox 17.0.1:
Total: 1677.8ms +/- 2.1%
ai: 63.6ms +/- 0.6%
astar: 63.6ms +/- 0.6%

audio: 550.6ms +/- 3.3%
beat-detection: 176.7ms +/- 0.9%
dft: 127.5ms +/- 0.8%
fft: 140.0ms +/- 13.8%
oscillator: 106.4ms +/- 0.6%

imaging: 642.0ms +/- 0.1%
gaussian-blur: 364.4ms +/- 0.1%
darkroom: 160.0ms +/- 0.3%
desaturate: 117.6ms +/- 0.3%

json: 76.5ms +/- 0.7%
parse-financial: 44.4ms +/- 0.8%
stringify-tinderbox: 32.1ms +/- 1.6%

stanford: 345.1ms +/- 4.9%
crypto-aes: 63.5ms +/- 1.1%
crypto-ccm: 57.7ms +/- 0.8%
crypto-pbkdf2: 170.6ms +/- 10.1%
crypto-sha256-iterative: 53.3ms +/- 0.9%

i7-3930K, 4.8Ghz, Win7 x64, 32GB DDR3 XMP-1600(10/10/10/27/2T), Chrome 23.0.1271.97:
Total: 1589.9ms +/- 4.7%
ai: 119.7ms +/- 7.8%
astar: 119.7ms +/- 7.8%

audio: 529.3ms +/- 7.1%
beat-detection: 151.1ms +/- 6.9%
dft: 166.4ms +/- 6.5%
fft: 109.1ms +/- 9.3%
oscillator: 102.7ms +/- 8.0%

imaging: 344.2ms +/- 4.2%
gaussian-blur: 142.2ms +/- 2.3%
darkroom: 115.2ms +/- 12.1%
desaturate: 86.8ms +/- 3.7%

json: 132.7ms +/- 8.7%
parse-financial: 64.2ms +/- 7.5%
stringify-tinderbox: 68.5ms +/- 10.5%

stanford: 464.0ms +/- 6.1%
crypto-aes: 127.3ms +/- 7.2%
crypto-ccm: 118.8ms +/- 7.8%
crypto-pbkdf2: 141.0ms +/- 6.3%
crypto-sha256-iterative: 76.9ms +/- 4.5%

i7 950, 3.8Ghz, Win7 x64, 12GB DDR3 JEDEC 1333(9/8/8/21/2T), Firefox 17.0.1:
Total: 2276.3ms +/- 1.0%
ai: 99.3ms +/- 1.3%
astar: 99.3ms +/- 1.3%

audio: 733.2ms +/- 1.7%
beat-detection: 236.8ms +/- 0.7%
dft: 193.7ms +/- 4.0%
fft: 166.8ms +/- 6.9%
oscillator: 135.9ms +/- 1.2%

imaging: 878.2ms +/- 0.4%
gaussian-blur: 505.4ms +/- 0.2%
darkroom: 224.4ms +/- 1.0%
desaturate: 148.4ms +/- 2.3%

json: 116.3ms +/- 9.3%
parse-financial: 65.5ms +/- 0.6%
stringify-tinderbox: 50.8ms +/- 21.7%

stanford: 449.3ms +/- 2.3%
crypto-aes: 90.9ms +/- 0.8%
crypto-ccm: 80.6ms +/- 1.0%
crypto-pbkdf2: 207.4ms +/- 5.0%
crypto-sha256-iterative: 70.4ms +/- 0.5%

i7 950, 3.8Ghz, Win7 x64, 12GB DDR3 JEDEC 1333(9/8/8/21/2T), Chrome 23.0.1271.97:
Total: 1913.1ms +/- 4.6%
ai: 152.7ms +/- 1.7%
astar: 152.7ms +/- 1.7%

audio: 617.0ms +/- 6.0%
beat-detection: 182.4ms +/- 7.0%
dft: 204.1ms +/- 4.4%
fft: 122.1ms +/- 11.6%
oscillator: 108.4ms +/- 8.2%

imaging: 438.4ms +/- 4.8%
gaussian-blur: 185.4ms +/- 2.9%
darkroom: 143.7ms +/- 12.7%
desaturate: 109.3ms +/- 2.0%

json: 159.1ms +/- 11.7%
parse-financial: 92.0ms +/- 10.9%
stringify-tinderbox: 67.1ms +/- 15.7%

stanford: 545.9ms +/- 4.8%
crypto-aes: 151.6ms +/- 7.0%
crypto-ccm: 133.2ms +/- 7.2%
crypto-pbkdf2: 170.2ms +/- 4.8%
crypto-sha256-iterative: 90.9ms +/- 7.3%

edit: memory info

I might do a test run tomorrow at 5.2Ghz on the 3930K to see if the benchmark scales much beyond ~1500ms total. The CPU is capable but requires more vcore than I'm happy to run at for 24/7 usage.
 

whm1974

Well-known member
7,718
Bodhi Linux 2.1.0 32 bit/Firefox 17.01
Pentium 4 2000Mhz/1.5 GB ram

===============================================
RESULTS (means and 95% confidence intervals)
-----------------------------------------------
Total: 15466.2ms +/- 1.9%
-----------------------------------------------

ai: 1125.0ms +/- 7.7%
astar: 1125.0ms +/- 7.7%

audio: 6253.2ms +/- 1.6%
beat-detection: 1233.0ms +/- 3.7%
dft: 3298.3ms +/- 2.4%
fft: 930.6ms +/- 3.2%
oscillator: 791.3ms +/- 3.2%

imaging: 4931.9ms +/- 3.1%
gaussian-blur: 2270.2ms +/- 1.8%
darkroom: 1570.1ms +/- 2.6%
desaturate: 1091.6ms +/- 14.5%

json: 630.7ms +/- 3.8%
parse-financial: 357.4ms +/- 6.7%
stringify-tinderbox: 273.3ms +/- 6.7%

stanford: 2525.4ms +/- 5.9%
crypto-aes: 619.9ms +/- 20.9%
crypto-ccm: 430.5ms +/- 2.9%
crypto-pbkdf2: 1125.0ms +/- 2.8%
crypto-sha256-iterative: 350.0ms +/- 4.7%
 

owdi

Ars Praefectus
3,972
My home machine

Win 7 and Chrome 23
Intel i5-3570K @ 4ghz
16gb ddr3 @ 1600
Code:
===============================================
RESULTS (means and 95% confidence intervals)
-----------------------------------------------
Total:                       1596.3ms +/- 4.5%
-----------------------------------------------

  ai:                         128.8ms +/- 5.8%
    astar:                    128.8ms +/- 5.8%

  audio:                      533.1ms +/- 6.1%
    beat-detection:           136.9ms +/- 7.4%
    dft:                      202.3ms +/- 4.8%
    fft:                       97.4ms +/- 12.7%
    oscillator:                96.5ms +/- 9.0%

  imaging:                    364.8ms +/- 5.2%
    gaussian-blur:            153.1ms +/- 2.7%
    darkroom:                 130.6ms +/- 11.6%
    desaturate:                81.1ms +/- 5.6%

  json:                       113.3ms +/- 13.5%
    parse-financial:           61.9ms +/- 10.0%
    stringify-tinderbox:       51.4ms +/- 18.0%

  stanford:                   456.3ms +/- 7.7%
    crypto-aes:               125.0ms +/- 8.0%
    crypto-ccm:               113.4ms +/- 8.3%
    crypto-pbkdf2:            142.8ms +/- 6.8%
    crypto-sha256-iterative:   75.1ms +/- 9.2%

This result may be a fluke. I repeated the test and scored 1629ms...
 

tijo

Ars Scholae Palatinae
1,207
System:
i7-2600K (stock clocks)
16GB DDR3 1333MHz
Windows 7 Home Premium x64

Firefox 17.0.1
Code:
===============================================
RESULTS (means and 95% confidence intervals)
-----------------------------------------------
Total:                       2217.7ms +/- 1.3%
-----------------------------------------------

  ai:                          77.1ms +/- 1.3%
    astar:                     77.1ms +/- 1.3%

  audio:                      730.0ms +/- 2.4%
    beat-detection:           239.1ms +/- 4.9%
    dft:                      181.2ms +/- 0.6%
    fft:                      163.8ms +/- 8.7%
    oscillator:               145.9ms +/- 7.8%

  imaging:                    854.8ms +/- 0.6%
    gaussian-blur:            483.2ms +/- 0.2%
    darkroom:                 213.3ms +/- 0.7%
    desaturate:               158.3ms +/- 3.5%

  json:                       108.3ms +/- 9.7%
    parse-financial:           60.8ms +/- 2.0%
    stringify-tinderbox:       47.5ms +/- 23.0%

  stanford:                   447.5ms +/- 3.8%
    crypto-aes:                89.7ms +/- 12.1%
    crypto-ccm:                75.4ms +/- 0.8%
    crypto-pbkdf2:            212.0ms +/- 7.6%
    crypto-sha256-iterative:   70.4ms +/- 0.5%

Opera 12.12 (32-bit version)
Code:
===============================================
RESULTS (means and 95% confidence intervals)
-----------------------------------------------
Total:                        8454.5ms +/- 0.5%
-----------------------------------------------

  ai:                          663.3ms +/- 1.0%
    astar:                     663.3ms +/- 1.0%

  audio:                      1992.6ms +/- 0.8%
    beat-detection:            517.1ms +/- 1.1%
    dft:                       581.3ms +/- 1.2%
    fft:                       428.8ms +/- 0.9%
    oscillator:                465.4ms +/- 1.2%

  imaging:                    4269.7ms +/- 0.6%
    gaussian-blur:            3078.1ms +/- 0.7%
    darkroom:                  464.5ms +/- 0.7%
    desaturate:                727.1ms +/- 0.7%

  json:                        131.5ms +/- 0.6%
    parse-financial:            57.7ms +/- 0.6%
    stringify-tinderbox:        73.8ms +/- 0.9%

  stanford:                   1397.4ms +/- 0.6%
    crypto-aes:                148.2ms +/- 0.7%
    crypto-ccm:                168.8ms +/- 0.6%
    crypto-pbkdf2:             828.1ms +/- 0.9%
    crypto-sha256-iterative:   252.3ms +/- 0.6%
 

kcisobderf

Ars Legatus Legionis
12,037
Subscriptor
Core i7 950(Bloomfield) OC'd to 4GHz, HT off, 12GByte RAM on Win 2008 32bit and latest Chrome. It seems to run about 100ms faster with HT turned off, and 2nd runs are always slower. Maybe it switches cores less often or makes heavy use of the TLB.


Total: 1853.8ms +/- 1.5%
-----------------------------------------------

ai: 152.2ms +/- 2.1%
astar: 152.2ms +/- 2.1%

audio: 613.1ms +/- 2.8%
beat-detection: 190.4ms +/- 6.6%
dft: 209.2ms +/- 1.3%
fft: 115.0ms +/- 5.6%
oscillator: 98.5ms +/- 2.6%

imaging: 425.2ms +/- 0.8%
gaussian-blur: 180.1ms +/- 1.1%
darkroom: 134.7ms +/- 1.5%
desaturate: 110.4ms +/- 1.2%

json: 136.5ms +/- 2.9%
parse-financial: 83.4ms +/- 1.7%
stringify-tinderbox: 53.1ms +/- 6.3%

stanford: 526.8ms +/- 1.3%
crypto-aes: 140.5ms +/- 4.8%
crypto-ccm: 126.9ms +/- 1.8%
crypto-pbkdf2: 166.1ms +/- 1.3%
crypto-sha256-iterative: 93.3ms +/- 1.8%
 

PsychoStreak

Ars Tribunus Angusticlavius
7,460
Win7 x64
C2D E8400 3GHz
8GB DDR2-800
Firefox 17.01

Code:
===============================================
RESULTS (means and 95% confidence intervals)
-----------------------------------------------
Total:                        3620.0ms +/- 5.5%
-----------------------------------------------

  ai:                          136.3ms +/- 8.5%
    astar:                     136.3ms +/- 8.5%

  audio:                      1208.3ms +/- 12.5%
    beat-detection:            337.1ms +/- 1.0%
    dft:                       349.9ms +/- 3.5%
    fft:                       271.4ms +/- 37.1%
    oscillator:                249.9ms +/- 50.2%

  imaging:                    1246.1ms +/- 3.6%
    gaussian-blur:             668.6ms +/- 0.5%
    darkroom:                  341.4ms +/- 1.3%
    desaturate:                236.1ms +/- 17.3%

  json:                        258.3ms +/- 47.9%
    parse-financial:           108.0ms +/- 2.6%
    stringify-tinderbox:       150.3ms +/- 82.5%

  stanford:                    771.0ms +/- 19.1%
    crypto-aes:                141.4ms +/- 6.3%
    crypto-ccm:                156.4ms +/- 58.2%
    crypto-pbkdf2:             327.2ms +/- 27.7%
    crypto-sha256-iterative:   146.0ms +/- 75.3%

Nook HD (Customized Android 4.0?)
Code:
Total:                        20750.6ms +/- 0.2%
 

JimboPalmer

Ars Tribunus Angusticlavius
9,402
Subscriptor
32 bit Win 7 and FF 17.0.1
AMD 5050e @ 2.6 Ghz and 3 gig DDR 2 @ 373 Mhz

-----------------------------------------------
Total: 7267.6ms +/- 1.9%
-----------------------------------------------

===============================================
RESULTS (means and 95% confidence intervals)
-----------------------------------------------
Total: 7267.6ms +/- 1.9%
-----------------------------------------------

ai: 490.8ms +/- 17.5%
astar: 490.8ms +/- 17.5%

audio: 2978.2ms +/- 4.2%
beat-detection: 610.3ms +/- 5.0%
dft: 1463.7ms +/- 11.6%
fft: 473.6ms +/- 12.2%
oscillator: 430.6ms +/- 5.0%

imaging: 2443.2ms +/- 1.7%
gaussian-blur: 1277.6ms +/- 1.9%
darkroom: 530.7ms +/- 3.7%
desaturate: 634.9ms +/- 3.8%

json: 286.1ms +/- 4.3%
parse-financial: 156.4ms +/- 2.9%
stringify-tinderbox: 129.7ms +/- 9.2%

stanford: 1069.3ms +/- 3.2%
crypto-aes: 277.3ms +/- 7.2%
crypto-ccm: 182.8ms +/- 2.2%
crypto-pbkdf2: 458.4ms +/- 3.3%
crypto-sha256-iterative: 150.8ms +/- 4.2%

Same Machine with Google Chrome 23.01xxxxx
-----------------------------------------------
Total: 5544.1ms +/- 3.4%
-----------------------------------------------
 

Zaphod

Ars Legatus Legionis
16,896
Subscriptor
i5-3570k stock settings with Chrome.

===============================================
RESULTS (means and 95% confidence intervals)
-----------------------------------------------
Total: 1978.7ms +/- 5.3%
-----------------------------------------------

ai: 139.1ms +/- 3.0%
astar: 139.1ms +/- 3.0%

audio: 678.1ms +/- 8.1%
beat-detection: 174.0ms +/- 10.7%
dft: 242.1ms +/- 6.3%
fft: 133.7ms +/- 10.6%
oscillator: 128.3ms +/- 9.7%

imaging: 406.8ms +/- 4.6%
gaussian-blur: 171.1ms +/- 1.8%
darkroom: 141.6ms +/- 13.2%
desaturate: 94.1ms +/- 3.2%

json: 168.8ms +/- 11.4%
parse-financial: 79.4ms +/- 5.5%
stringify-tinderbox: 89.4ms +/- 18.5%

stanford: 585.9ms +/- 5.5%
crypto-aes: 166.4ms +/- 8.8%
crypto-ccm: 149.0ms +/- 6.7%
crypto-pbkdf2: 175.1ms +/- 4.8%
crypto-sha256-iterative: 95.4ms +/- 3.8%
 

Zaphod

Ars Legatus Legionis
16,896
Subscriptor
owdi":1w2r4a0s said:
My home machine

Win 7 and Chrome 23
Intel i5-3570K @ 4ghz
16gb ddr3 @ 1600
Code:
===============================================
RESULTS (means and 95% confidence intervals)
-----------------------------------------------
Total:                       1596.3ms [i][b]+/- 4.5%[/b][/i]

...

This result may be a fluke. I repeated the test and scored 1629ms...[/quote]

It is a common error to look at a number and consider it an absolute even when the [u]very next printed characters[/u] tell you that it represents a point within a range.

+- 4.5% gives you a range of 9% around the value, or around 150 'points' in this case. 

Neither value is a fluke, both are within the stated range.
 
Code:
===============================================
RESULTS (means and 95% confidence intervals)
-----------------------------------------------
Total:                        37798.7ms +/- 0.2%
-----------------------------------------------

  ai:                          6768.7ms +/- 0.8%
    astar:                     6768.7ms +/- 0.8%

  audio:                      13015.7ms +/- 0.2%
    beat-detection:            1797.4ms +/- 0.5%
    dft:                       4251.3ms +/- 0.5%
    fft:                       1426.3ms +/- 0.4%
    oscillator:                5540.7ms +/- 0.2%

  imaging:                    12058.0ms +/- 0.1%
    gaussian-blur:             4262.2ms +/- 0.1%
    darkroom:                  2598.6ms +/- 0.5%
    desaturate:                5197.2ms +/- 0.1%

  json:                        1201.3ms +/- 0.2%
    parse-financial:            494.6ms +/- 0.3%
    stringify-tinderbox:        706.7ms +/- 0.3%

  stanford:                    4755.0ms +/- 0.1%
    crypto-aes:                1307.9ms +/- 0.3%
    crypto-ccm:                1050.8ms +/- 0.3%
    crypto-pbkdf2:             1693.7ms +/- 0.3%
    crypto-sha256-iterative:    702.6ms +/- 0.3%

What slow computer is this?!?

iPad 3 on Safari. At three times the slow of a Pentium 4... highlighting that ARM still has a long way to go to catch up to x86.
 
I5 2500k@4.5 Ghz
Win 7 64 bit Home Premium
Firefox 17.0.1
===============================================
RESULTS (means and 95% confidence intervals)
-----------------------------------------------
Total: 1852.7ms +/- 2.8%
-----------------------------------------------

ai: 62.1ms +/- 1.0%
astar: 62.1ms +/- 1.0%

audio: 641.3ms +/- 4.8%
beat-detection: 197.7ms +/- 7.1%
dft: 173.0ms +/- 1.0%
fft: 155.1ms +/- 17.9%
oscillator: 115.5ms +/- 1.6%

imaging: 686.4ms +/- 0.4%
gaussian-blur: 388.4ms +/- 0.2%
darkroom: 171.4ms +/- 0.4%
desaturate: 126.6ms +/- 2.1%

json: 86.0ms +/- 3.3%
parse-financial: 49.6ms +/- 2.7%
stringify-tinderbox: 36.4ms +/- 5.1%

stanford: 376.9ms +/- 6.8%
crypto-aes: 69.6ms +/- 4.0%
crypto-ccm: 62.3ms +/- 2.4%
crypto-pbkdf2: 187.0ms +/- 13.1%
crypto-sha256-iterative: 58.0ms +/- 3.1%
 

dj2k4

Ars Centurion
314
Subscriptor++
Code:
===============================================
RESULTS (means and 95% confidence intervals)
-----------------------------------------------
Total:                        42832.8ms +/- 1.0%
-----------------------------------------------

  ai:                          7854.1ms +/- 0.4%
    astar:                     7854.1ms +/- 0.4%

  audio:                      14717.3ms +/- 1.8%
    beat-detection:            1913.0ms +/- 0.4%
    dft:                       4601.2ms +/- 0.9%
    fft:                       1550.9ms +/- 0.6%
    oscillator:                6652.2ms +/- 3.9%

  imaging:                    14309.3ms +/- 1.5%
    gaussian-blur:             5447.4ms +/- 3.2%
    darkroom:                  3261.2ms +/- 1.7%
    desaturate:                5600.7ms +/- 0.7%

  json:                        1230.7ms +/- 1.2%
    parse-financial:            529.5ms +/- 0.5%
    stringify-tinderbox:        701.2ms +/- 2.1%

  stanford:                    4721.4ms +/- 0.6%
    crypto-aes:                1272.6ms +/- 2.0%
    crypto-ccm:                1009.7ms +/- 0.1%
    crypto-pbkdf2:             1670.7ms +/- 0.4%
    crypto-sha256-iterative:    768.4ms +/- 0.4%

iPhone 4S on Safari
 

Hat Monster

Ars Legatus Legionis
47,680
Subscriptor
EmeraldArcana":10icbp8c said:
What slow computer is this?!?

iPad 3 on Safari. At three times the slow of a Pentium 4... highlighting that ARM still has a long way to go to catch up to x86.
Kraken doesn't go well with Apple's ARM JS VM at all - Safari on mobile is very temperamental as to what it'll run well. As you saw above, a Nook HD (with a slightly slower processor) is almost twice as fast as the iPad3.

Firefox 19a2 ARMv6 on my crappy little 729 MHz ZTE Blade handset clocked in at 29,240 +/- 7.2%, for example.
 

cogwheel

Ars Tribunus Angusticlavius
6,691
Subscriptor
Hat Monster":1lhnfd3a said:
Kraken doesn't go well with Apple's ARM JS VM at all - Safari on mobile is very temperamental as to what it'll run well. As you saw above, a Nook HD (with a slightly slower processor) is almost twice as fast as the iPad3.
The Nook HD actually has a faster processor than the iPad3, since both use dual Cortex A9 core SoCs, the Nook HD an OMAP4470 @ 1.3GHz and the iPad3 an Apple A5X @ 1.0GHz. Still, that doesn't excuse the almost doubling of performance from the iPad3 to the Nook HD. Something seems to have changed for the A6, though, since it's neck-and-neck with the OMAP4470 at the same clock speed. The Swift core in the A6 is supposed to be faster than the Cortex A9, but it's probably more likely Apple improved the JS VM.

iPhone 5 CDMA
Dual-core Apple A6 (custom Apple Swift ARM cores) @ 1.3GHz, 1GB RAM
iOS 6.0.2, Safari
Code:
===============================================
RESULTS (means and 95% confidence intervals)
-----------------------------------------------
Total:                       21014.1ms +/- 1.0%
-----------------------------------------------

  ai:                         4644.8ms +/- 4.7%
    astar:                    4644.8ms +/- 4.7%

  audio:                      7717.5ms +/- 0.4%
    beat-detection:           1143.9ms +/- 0.3%
    dft:                      2842.1ms +/- 0.9%
    fft:                       695.5ms +/- 0.8%
    oscillator:               3036.0ms +/- 0.4%

  imaging:                    5274.6ms +/- 0.7%
    gaussian-blur:            2422.3ms +/- 0.9%
    darkroom:                 1746.0ms +/- 1.7%
    desaturate:               1106.3ms +/- 2.2%

  json:                        670.5ms +/- 1.5%
    parse-financial:           269.2ms +/- 3.4%
    stringify-tinderbox:       401.3ms +/- 0.7%

  stanford:                   2706.7ms +/- 0.2%
    crypto-aes:                695.7ms +/- 0.4%
    crypto-ccm:                565.1ms +/- 0.8%
    crypto-pbkdf2:            1027.3ms +/- 0.4%
    crypto-sha256-iterative:   418.6ms +/- 0.5%

Kindle Fire Gen2 (standard, not HD, 2012 refresh)
Dual-core TI OMAP4430 @ 1.2GHz, 1GB RAM
Standard Kindle Fire OS (modified Android 4.0), Silk browser
Code:
===============================================
RESULTS (means and 95% confidence intervals)
-----------------------------------------------
Total:                        36877.7ms +/- 0.8%
-----------------------------------------------

  ai:                          3796.6ms +/- 2.4%
    astar:                     3796.6ms +/- 2.4%

  audio:                      10997.4ms +/- 1.1%
    beat-detection:            1934.1ms +/- 0.7%
    dft:                       5039.2ms +/- 0.6%
    fft:                       1637.1ms +/- 2.8%
    oscillator:                2387.0ms +/- 3.4%

  imaging:                    17277.1ms +/- 1.6%
    gaussian-blur:             1734.3ms +/- 3.2%
    darkroom:                  3031.3ms +/- 8.9%
    desaturate:               12511.5ms +/- 0.4%

  json:                        1063.7ms +/- 4.5%
    parse-financial:            499.8ms +/- 8.3%
    stringify-tinderbox:        563.9ms +/- 1.7%

  stanford:                    3742.9ms +/- 1.0%
    crypto-aes:                1040.8ms +/- 0.5%
    crypto-ccm:                 985.0ms +/- 2.2%
    crypto-pbkdf2:             1127.0ms +/- 2.2%
    crypto-sha256-iterative:    590.1ms +/- 0.9%
 

macker0407

Ars Scholae Palatinae
908
i7-3930K, 5.2Ghz, Win7 x64, 32GB DDR3 XMP-1600(10/10/10/27/2T), Firefox 17.0.1:
Total: 1553.6ms +/- 1.4%
ai: 58.8ms +/- 0.8%
astar: 58.8ms +/- 0.8%

audio: 507.0ms +/- 2.4%
beat-detection: 163.3ms +/- 0.8%
dft: 122.6ms +/- 7.1%
fft: 121.9ms +/- 10.5%
oscillator: 99.2ms +/- 0.5%

imaging: 593.5ms +/- 0.2%
gaussian-blur: 336.4ms +/- 0.1%
darkroom: 148.4ms +/- 1.0%
desaturate: 108.7ms +/- 0.3%

json: 77.8ms +/- 13.9%
parse-financial: 40.9ms +/- 1.0%
stringify-tinderbox: 36.9ms +/- 29.7%

stanford: 316.5ms +/- 4.2%
crypto-aes: 60.4ms +/- 1.0%
crypto-ccm: 53.3ms +/- 0.6%
crypto-pbkdf2: 144.8ms +/- 6.8%
crypto-sha256-iterative: 58.0ms +/- 22.9%

i7-3930K, 5.2Ghz, Win7 x64, 32GB DDR3 XMP-1600(10/10/10/27/2T), Chrome 23.0.1271.97:
Total: 1387.3ms +/- 3.6%
ai: 105.4ms +/- 4.8%
astar: 105.4ms +/- 4.8%

audio: 454.6ms +/- 7.0%
beat-detection: 131.9ms +/- 5.9%
dft: 143.6ms +/- 6.5%
fft: 92.8ms +/- 10.2%
oscillator: 86.3ms +/- 8.7%

imaging: 306.5ms +/- 3.3%
gaussian-blur: 129.2ms +/- 4.0%
darkroom: 98.3ms +/- 9.9%
desaturate: 79.0ms +/- 3.1%

json: 111.1ms +/- 10.8%
parse-financial: 59.1ms +/- 6.1%
stringify-tinderbox: 52.0ms +/- 20.6%

stanford: 409.7ms +/- 6.1%
crypto-aes: 115.8ms +/- 10.0%
crypto-ccm: 106.9ms +/- 7.8%
crypto-pbkdf2: 120.5ms +/- 6.9%
crypto-sha256-iterative: 66.5ms +/- 7.9%

*shrugs*
 

ZnU

Ars Legatus Legionis
11,694
15" Retina MacBook Pro
Core i7-3615QM @ 2.3 GHz
8 GB DDR3 @ 1600 MHz
OS X 10.8.2

Safari 6.0.2:

Code:
Total:                       2783.3ms +/- 0.6%
-----------------------------------------------

  ai:                         504.1ms +/- 1.0%
    astar:                    504.1ms +/- 1.0%

  audio:                      866.8ms +/- 0.6%
    beat-detection:           175.1ms +/- 0.3%
    dft:                      285.1ms +/- 1.5%
    fft:                      102.6ms +/- 0.4%
    oscillator:               304.0ms +/- 1.3%

  imaging:                    888.4ms +/- 0.1%
    gaussian-blur:            424.7ms +/- 0.2%
    darkroom:                 254.9ms +/- 0.4%
    desaturate:               208.8ms +/- 0.1%

  json:                       116.1ms +/- 1.4%
    parse-financial:           49.7ms +/- 1.0%
    stringify-tinderbox:       66.4ms +/- 2.0%

  stanford:                   407.9ms +/- 3.9%
    crypto-aes:                69.9ms +/- 0.8%
    crypto-ccm:                78.6ms +/- 3.9%
    crypto-pbkdf2:            174.9ms +/- 8.9%
    crypto-sha256-iterative:   84.5ms +/- 0.7%

Same machine, Chrome 23.0.1271.101:

Code:
Total:                       2176.0ms +/- 3.6%
-----------------------------------------------

  ai:                         171.2ms +/- 6.7%
    astar:                    171.2ms +/- 6.7%

  audio:                      733.3ms +/- 3.5%
    beat-detection:           199.1ms +/- 9.0%
    dft:                      257.0ms +/- 3.6%
    fft:                      143.5ms +/- 3.9%
    oscillator:               133.7ms +/- 3.7%

  imaging:                    465.6ms +/- 4.9%
    gaussian-blur:            201.2ms +/- 3.0%
    darkroom:                 162.3ms +/- 11.5%
    desaturate:               102.1ms +/- 2.2%

  json:                       169.8ms +/- 11.5%
    parse-financial:           94.2ms +/- 10.3%
    stringify-tinderbox:       75.6ms +/- 14.0%

  stanford:                   636.1ms +/- 5.4%
    crypto-aes:               173.4ms +/- 6.0%
    crypto-ccm:               160.7ms +/- 6.9%
    crypto-pbkdf2:            194.4ms +/- 4.5%
    crypto-sha256-iterative:  107.6ms +/- 5.7%

It's an interesting point of comparison. I should try on the overclocked 3930K at the office the next time I'm there.
 

dataman

Ars Tribunus Angusticlavius
6,792
i52500 Stock
32g ram DDR31333
Intel 520SSD 120g
Win7 Pro
Firefox 17.01


===============================================
RESULTS (means and 95% confidence intervals)
-----------------------------------------------
Total: 4357.7ms +/- 3.1%
-----------------------------------------------

ai: 164.1ms +/- 6.5%
astar: 164.1ms +/- 6.5%

audio: 1485.2ms +/- 1.7%
beat-detection: 493.8ms +/- 4.3%
dft: 371.7ms +/- 2.1%
fft: 322.2ms +/- 3.9%
oscillator: 297.5ms +/- 3.5%

imaging: 1591.5ms +/- 7.7%
gaussian-blur: 884.1ms +/- 10.0%
darkroom: 397.6ms +/- 12.3%
desaturate: 309.8ms +/- 5.5%

json: 218.4ms +/- 6.1%
parse-financial: 128.8ms +/- 4.8%
stringify-tinderbox: 89.6ms +/- 8.9%

stanford: 898.5ms +/- 5.4%
crypto-aes: 181.2ms +/- 7.8%
crypto-ccm: 143.7ms +/- 10.7%
crypto-pbkdf2: 406.4ms +/- 6.2%
crypto-sha256-iterative: 167.2ms +/- 18.9%
 

Gobbledygook

Smack-Fu Master, in training
60
i7-920 3.8 GHz OC
Crucial Ballistix 8 GB 1800 MHz
ASUS P6T-DeLuxe
EVGA GTX480
Win 7 Ultimate
FireFox 1701



TEST COMPARISON FROM TO DETAILS

====================================================================================

** TOTAL **: - 2301.2ms +/- 1.0% 2301.2ms +/- 1.0%

====================================================================================

ai: - 97.7ms +/- 0.7% 97.7ms +/- 0.7%
astar: - 97.7ms +/- 0.7% 97.7ms +/- 0.7%

audio: - 739.1ms +/- 1.7% 739.1ms +/- 1.7%
beat-detection: - 240.2ms +/- 0.6% 240.2ms +/- 0.6%
dft: - 192.2ms +/- 4.8% 192.2ms +/- 4.8%
fft: - 169.2ms +/- 6.5% 169.2ms +/- 6.5%
oscillator: - 137.5ms +/- 0.6% 137.5ms +/- 0.6%

imaging: - 890.6ms +/- 0.5% 890.6ms +/- 0.5%
gaussian-blur: - 513.0ms +/- 0.2% 513.0ms +/- 0.2%
darkroom: - 226.3ms +/- 1.0% 226.3ms +/- 1.0%
desaturate: - 151.3ms +/- 2.1% 151.3ms +/- 2.1%

json: - 119.1ms +/- 5.4% 119.1ms +/- 5.4%
parse-financial: - 69.6ms +/- 4.3% 69.6ms +/- 4.3%
stringify-tinderbox: - 49.5ms +/- 13.3% 49.5ms +/- 13.3%

stanford: - 454.7ms +/- 2.7% 454.7ms +/- 2.7%
crypto-aes: - 92.0ms +/- 1.1% 92.0ms +/- 1.1%
crypto-ccm: - 80.1ms +/- 0.5% 80.1ms +/- 0.5%
crypto-pbkdf2: - 211.8ms +/- 5.8% 211.8ms +/- 5.8%
crypto-sha256-iterative: - 70.8ms +/- 0.6% 70.8ms +/- 0.6%
 

chipguy

Ars Scholae Palatinae
1,371
i7-2600k stock
Win7 Chrome 23

===============================================
RESULTS (means and 95% confidence intervals)
-----------------------------------------------
Total: 1932.0ms +/- 3.7%
-----------------------------------------------

ai: 144.0ms +/- 1.7%
astar: 144.0ms +/- 1.7%

audio: 640.0ms +/- 5.2%
beat-detection: 178.1ms +/- 8.3%
dft: 209.0ms +/- 3.2%
fft: 130.2ms +/- 9.7%
oscillator: 122.7ms +/- 5.4%

imaging: 439.4ms +/- 4.4%
gaussian-blur: 181.9ms +/- 2.1%
darkroom: 145.7ms +/- 10.1%
desaturate: 111.8ms +/- 3.4%

json: 150.3ms +/- 12.8%
parse-financial: 85.3ms +/- 12.4%
stringify-tinderbox: 65.0ms +/- 18.2%

stanford: 558.3ms +/- 7.2%
crypto-aes: 151.5ms +/- 6.9%
crypto-ccm: 139.5ms +/- 7.9%
crypto-pbkdf2: 172.6ms +/- 6.2%
crypto-sha256-iterative: 94.7ms +/- 8.9%
 

tijo

Ars Scholae Palatinae
1,207
i7-3720qm
Win 8 Pro

Opera 12.12 (64-bit)
Code:
===============================================
RESULTS (means and 95% confidence intervals)
-----------------------------------------------
Total:                        7940.7ms +/- 1.0%
-----------------------------------------------

  ai:                          779.2ms +/- 3.2%
    astar:                     779.2ms +/- 3.2%

  audio:                      1944.7ms +/- 1.4%
    beat-detection:            369.7ms +/- 2.8%
    dft:                       840.3ms +/- 1.7%
    fft:                       289.4ms +/- 2.0%
    oscillator:                445.3ms +/- 3.3%

  imaging:                    3916.7ms +/- 1.2%
    gaussian-blur:            3102.4ms +/- 1.6%
    darkroom:                  345.3ms +/- 1.5%
    desaturate:                469.0ms +/- 0.5%

  json:                        128.8ms +/- 3.1%
    parse-financial:            52.4ms +/- 6.6%
    stringify-tinderbox:        76.4ms +/- 1.2%

  stanford:                   1171.3ms +/- 1.7%
    crypto-aes:                143.4ms +/- 1.3%
    crypto-ccm:                167.3ms +/- 0.9%
    crypto-pbkdf2:             655.3ms +/- 2.5%
    crypto-sha256-iterative:   205.3ms +/- 0.8%

IE10 (metro version)
Code:
===============================================
RESULTS (means and 95% confidence intervals)
-----------------------------------------------
Total:                        4166.3ms +/- 1.2%
-----------------------------------------------

  ai:                          527.5ms +/- 1.4%
    astar:                     527.5ms +/- 1.4%

  audio:                       924.3ms +/- 2.5%
    beat-detection:            207.2ms +/- 0.9%
    dft:                       262.0ms +/- 6.5%
    fft:                       174.9ms +/- 0.9%
    oscillator:                280.2ms +/- 1.4%

  imaging:                    2237.2ms +/- 1.0%
    gaussian-blur:            1761.1ms +/- 1.2%
    darkroom:                  261.5ms +/- 1.1%
    desaturate:                214.6ms +/- 1.9%

  json:                        122.2ms +/- 0.8%
    parse-financial:            54.2ms +/- 1.0%
    stringify-tinderbox:        68.0ms +/- 0.9%

  stanford:                    355.1ms +/- 1.2%
    crypto-aes:                105.6ms +/- 2.3%
    crypto-ccm:                 82.1ms +/- 1.0%
    crypto-pbkdf2:             121.8ms +/- 1.5%
    crypto-sha256-iterative:    45.6ms +/- 1.1%

IE10 (Desktop version)
Code:
===============================================
RESULTS (means and 95% confidence intervals)
-----------------------------------------------
Total:                        4364.9ms +/- 1.0%
-----------------------------------------------

  ai:                          417.6ms +/- 0.4%
    astar:                     417.6ms +/- 0.4%

  audio:                      1362.4ms +/- 1.6%
    beat-detection:            275.8ms +/- 2.5%
    dft:                       514.2ms +/- 1.9%
    fft:                       255.2ms +/- 5.0%
    oscillator:                317.2ms +/- 0.5%

  imaging:                    1797.8ms +/- 1.1%
    gaussian-blur:            1192.7ms +/- 1.7%
    darkroom:                  326.2ms +/- 0.5%
    desaturate:                278.9ms +/- 1.0%

  json:                        125.7ms +/- 6.2%
    parse-financial:            59.0ms +/- 1.9%
    stringify-tinderbox:        66.7ms +/- 10.9%

  stanford:                    661.4ms +/- 2.3%
    crypto-aes:                131.4ms +/- 11.5%
    crypto-ccm:                124.1ms +/- 5.0%
    crypto-pbkdf2:             305.5ms +/- 1.1%
    crypto-sha256-iterative:   100.4ms +/- 7.2%
 
dataman":2ok4xwvs said:
So what do the numbers say?

It's the time for each algorithm to complete. The tests run a number of times (can't remember how many times exactly) so they give confidence intervals that are a rough indication of how "accurate" they are.

Shorter numbers are better. Smaller confidence intervals are better (means your computer will be more consistent doing each benchmark).
 

Accs

Ars Legatus Legionis
12,551
Subscriptor
GKH":y30anxpf said:
Looks like it's mostly a browser benchmark.
Actually, it's a combination of several items that combine to give an indication as to how fast a system will run Java applets. Obviously, each browser will have a different way to handle Java, and is likely to have a different Java VM. Within the same browser, the numbers appear to be proportional to the system's actual speed.

If you run different browsers on several systems, you should be able to get a good idea as to the relative speed of the Java implementation within the various browsers. The same browser run on multiple systems should give you an indication as to the relative speed of the systems.
 

NulloModo

Ars Tribunus Militum
1,826
Core i7 920 stock
Vista 64-bit
Opera 12.12

===============================================
RESULTS (means and 95% confidence intervals)
-----------------------------------------------
Total: 11072.5ms +/- 1.5%
-----------------------------------------------

Same system with IE9

===============================================
RESULTS (means and 95% confidence intervals)
-----------------------------------------------
Total: 14248.2ms +/- 0.3%
-----------------------------------------------

Same system with Safari 5.1.7

===============================================
RESULTS (means and 95% confidence intervals)
-----------------------------------------------
Total: 13184.9ms +/- 0.9%
-----------------------------------------------

Same system with Chrome 23

===============================================
RESULTS (means and 95% confidence intervals)
-----------------------------------------------
Total: 2885.1ms +/- 5.2%
-----------------------------------------------

Crikey, I had no idea Chrome was so much faster than IE or Opera, maybe I should start using that as my primary browser (although I'm so used to Opera's mouse gestures it would probably bug me)
 
Mobile i5-3210M
8GB RAM
Windows 7 64-bit

Confirming the trend, although I have Firefox within arm's distance of Chrome...

Chrome 23
Code:
===============================================
RESULTS (means and 95% confidence intervals)
-----------------------------------------------
Total:                       2502.9ms +/- 3.0%
-----------------------------------------------

Firefox 17
Code:
===============================================
RESULTS (means and 95% confidence intervals)
-----------------------------------------------
Total:                        2770.8ms +/- 0.6%
-----------------------------------------------

IE10
Code:
===============================================
RESULTS (means and 95% confidence intervals)
-----------------------------------------------
Total:                        5132.2ms +/- 1.0%
-----------------------------------------------

For reference, I ran Kraken on my C2D-era Thinkpad X200s (L9400 @ 1.86 GHz w/ 4GB of RAM) and got the following score in Chrome 23:
Code:
===============================================
RESULTS (means and 95% confidence intervals)
-----------------------------------------------
Total:                        3982.0ms +/- 3.2%
-----------------------------------------------

The Ivy Bridge i5 completes the task in 2/3 the time. Still, the old C2D is still quite capable.
 

DaveB

Ars Tribunus Angusticlavius
7,274
SYSTEM - Asus P8Z68-V Pro, Core i5-3570K @ 4.6 GHz, 8GB Kingston HyperX DDR3-1600, Galaxy GTX 660 Video, Kingston HyperX 128GB SATA III SSD

OS - Windows 7 64-Bit

BROWSER - Chrome

===============================================
RESULTS (means and 95% confidence intervals)
-----------------------------------------------
Total: 1545.8ms +/- 4.1%
-----------------------------------------------
 

Keef

Ars Tribunus Militum
2,035
Android 4.0
Qualcomm msm8260
Chrome ???
Code:
===============================================
RESULTS (means and 95% confidence intervals)
-----------------------------------------------
Total:                       23010.9ms +/- 2.4%
-----------------------------------------------

  ai:                         2123.7ms +/- 4.8%
    astar:                    2123.7ms +/- 4.8%

  audio:                      9773.1ms +/- 3.9%
    beat-detection:           1958.9ms +/- 3.3%
    dft:                      4162.2ms +/- 2.7%
    fft:                      1608.1ms +/- 5.7%
    oscillator:               2043.9ms +/- 17.8%

  imaging:                    4957.4ms +/- 4.7%
    gaussian-blur:            1356.2ms +/- 6.6%
    darkroom:                 1334.2ms +/- 3.7%
    desaturate:               2267.0ms +/- 9.9%

  json:                       1189.0ms +/- 13.0%
    parse-financial:           547.7ms +/- 14.6%
    stringify-tinderbox:       641.3ms +/- 14.1%

  stanford:                   4967.7ms +/- 3.2%
    crypto-aes:               1549.2ms +/- 8.0%
    crypto-ccm:               1312.7ms +/- 5.7%
    crypto-pbkdf2:            1453.1ms +/- 4.1%
    crypto-sha256-iterative:   652.7ms +/- 10.1%

Intel Core2duo 6300
4gb, win8, Chrome 23.xx

Code:
===============================================
RESULTS (means and 95% confidence intervals)
-----------------------------------------------
Total:                        9937.7ms +/- 23.8%
-----------------------------------------------

Maybe I should close these 15-20 other tabs while I'm running it.
 

targetnovember

Ars Scholae Palatinae
937
I can contribute 1.2 ghz PowerPC numbers if people are interested from a Mac Mini I have. A month ago I could have added 500 mhz UltraSPARC IIe numbers and . . . 400 mhz (maybe) PowerPC numbers from an old PowerMac G3. A few years ago I could have contributed 800 mhz Alpha 21264 numbers, too, but I seem to have a lot more space in my closet now instead.
 
[url=http://arstechnica.com/civis/viewtopic.php?p=23642161#p23642161:l39ewv1a said:
Accs[/url]":l39ewv1a]
Actually, it's a combination of several items that combine to give an indication as to how fast a system will run Java applets. Obviously, each browser will have a different way to handle Java, and is likely to have a different Java VM. Within the same browser, the numbers appear to be proportional to the system's actual speed.

If you run different browsers on several systems, you should be able to get a good idea as to the relative speed of the Java implementation within the various browsers. The same browser run on multiple systems should give you an indication as to the relative speed of the systems.

JavaScript, is not Java.
 

continuum

Ars Legatus Legionis
94,897
Moderator
i5-3570k OC'ed to 4.1ghz, 16GB DDR3-1600 CL9, Windows 7 Enterprise x64 w/SP1, Firefox 17.01:

Buttload of other tabs running, not sure how badly that affects things.

http://krakenbenchmark.mozilla.org/krak ... 3,47%5D%7D

Code:
===============================================
RESULTS (means and 95% confidence intervals)
-----------------------------------------------
Total:                       2026.3ms +/- 5.4%
-----------------------------------------------

  ai:                          67.9ms +/- 7.7%
    astar:                     67.9ms +/- 7.7%

  audio:                      672.2ms +/- 9.2%
    beat-detection:           199.3ms +/- 2.3%
    dft:                      187.0ms +/- 0.0%
    fft:                      135.6ms +/- 3.9%
    oscillator:               150.3ms +/- 40.1%

  imaging:                    740.8ms +/- 1.3%
    gaussian-blur:            419.4ms +/- 1.5%
    darkroom:                 181.0ms +/- 3.2%
    desaturate:               140.4ms +/- 0.3%

  json:                       150.2ms +/- 52.7%
    parse-financial:           56.6ms +/- 9.7%
    stringify-tinderbox:       93.6ms +/- 88.3%

  stanford:                   395.2ms +/- 18.9%
    crypto-aes:                71.1ms +/- 7.6%
    crypto-ccm:                67.1ms +/- 15.7%
    crypto-pbkdf2:            198.1ms +/- 36.3%
    crypto-sha256-iterative:   58.9ms +/- 7.9%