Last active
March 18, 2016 08:43
-
-
Save alexpts/7eee6dc4bb878ec7ae00 to your computer and use it in GitHub Desktop.
Nodejs local benchmark
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| version : scores | |
| 5.9.0 : 28563 | |
| 5.8.0 : 28097 | |
| 4.4.0 : 27546 | |
| 0.12.12 : 23033 | |
| --------------- | |
| ** Node 5.9 | |
| node version : v5.9.0 | |
| V8 version : 4.6.85.31 | |
| platform & arch : darwin x64 | |
| config : { target_defaults: | |
| { cflags: [], | |
| default_configuration: 'Release', | |
| defines: [], | |
| include_dirs: [], | |
| libraries: [] }, | |
| variables: | |
| { asan: 0, | |
| host_arch: 'x64', | |
| icu_data_file: 'icudt56l.dat', | |
| icu_data_in: '../../deps/icu/source/data/in/icudt56l.dat', | |
| icu_endianness: 'l', | |
| icu_gyp_path: 'tools/icu/icu-generic.gyp', | |
| icu_locales: 'en,root', | |
| icu_path: './deps/icu', | |
| icu_small: true, | |
| icu_ver_major: '56', | |
| llvm_version: 0, | |
| node_byteorder: 'little', | |
| node_enable_v8_vtunejit: false, | |
| node_install_npm: true, | |
| node_prefix: '/', | |
| node_release_urlbase: 'https://nodejs.org/download/release/', | |
| node_shared_http_parser: false, | |
| node_shared_libuv: false, | |
| node_shared_openssl: false, | |
| node_shared_zlib: false, | |
| node_tag: '', | |
| node_use_dtrace: true, | |
| node_use_etw: false, | |
| node_use_lttng: false, | |
| node_use_openssl: true, | |
| node_use_perfctr: false, | |
| openssl_fips: '', | |
| openssl_no_asm: 0, | |
| target_arch: 'x64', | |
| uv_parent_path: '/deps/uv/', | |
| uv_use_dtrace: true, | |
| v8_enable_gdbjit: 0, | |
| v8_enable_i18n_support: 1, | |
| v8_no_strict_aliasing: 1, | |
| v8_optimized_debug: 0, | |
| v8_random_seed: 0, | |
| v8_use_snapshot: true, | |
| want_separate_host_toolset: 0, | |
| xcode_version: '7.0' } } | |
| Richards : 28524 | |
| DeltaBlue : 50389 | |
| Crypto : 25816 | |
| RayTrace : 59643 | |
| EarleyBoyer : 35338 | |
| RegExp : 4757 | |
| Splay : 15312 | |
| SplayLatency : 24120 | |
| NavierStokes : 25571 | |
| PdfJS : 19359 | |
| Mandreel : 22357 | |
| MandreelLatency : 53604 | |
| Gameboy : 58989 | |
| CodeLoad : 13880 | |
| Box2D : 43918 | |
| zlib : 56556 | |
| Typescript : 33821 | |
| ---- | |
| Score (version 9): 28563 | |
| duration 33.902 seconds | |
| ----------------------------------------------- | |
| ** Node 5.8 | |
| node version : v5.8.0 | |
| V8 version : 4.6.85.31 | |
| platform & arch : darwin x64 | |
| config : { target_defaults: | |
| { cflags: [], | |
| default_configuration: 'Release', | |
| defines: [], | |
| include_dirs: [], | |
| libraries: [] }, | |
| variables: | |
| { asan: 0, | |
| host_arch: 'x64', | |
| icu_data_file: 'icudt56l.dat', | |
| icu_data_in: '../../deps/icu/source/data/in/icudt56l.dat', | |
| icu_endianness: 'l', | |
| icu_gyp_path: 'tools/icu/icu-generic.gyp', | |
| icu_locales: 'en,root', | |
| icu_path: './deps/icu', | |
| icu_small: true, | |
| icu_ver_major: '56', | |
| llvm_version: 0, | |
| node_byteorder: 'little', | |
| node_enable_v8_vtunejit: false, | |
| node_install_npm: true, | |
| node_prefix: '/', | |
| node_release_urlbase: 'https://nodejs.org/download/release/', | |
| node_shared_http_parser: false, | |
| node_shared_libuv: false, | |
| node_shared_openssl: false, | |
| node_shared_zlib: false, | |
| node_tag: '', | |
| node_use_dtrace: true, | |
| node_use_etw: false, | |
| node_use_lttng: false, | |
| node_use_openssl: true, | |
| node_use_perfctr: false, | |
| openssl_fips: '', | |
| openssl_no_asm: 0, | |
| target_arch: 'x64', | |
| uv_parent_path: '/deps/uv/', | |
| uv_use_dtrace: true, | |
| v8_enable_gdbjit: 0, | |
| v8_enable_i18n_support: 1, | |
| v8_no_strict_aliasing: 1, | |
| v8_optimized_debug: 0, | |
| v8_random_seed: 0, | |
| v8_use_snapshot: true, | |
| want_separate_host_toolset: 0, | |
| xcode_version: '7.0' } } | |
| Richards : 28139 | |
| DeltaBlue : 50937 | |
| Crypto : 26531 | |
| RayTrace : 60531 | |
| EarleyBoyer : 35160 | |
| RegExp : 4559 | |
| Splay : 15435 | |
| SplayLatency : 16077 | |
| NavierStokes : 24783 | |
| PdfJS : 20366 | |
| Mandreel : 23057 | |
| MandreelLatency : 55391 | |
| Gameboy : 60283 | |
| CodeLoad : 13888 | |
| Box2D : 44371 | |
| zlib : 56223 | |
| Typescript : 34387 | |
| ---- | |
| Score (version 9): 28097 | |
| duration 33.795 seconds | |
| -------------------------------- | |
| ** Node 4.4 | |
| node version : v4.4.0 | |
| V8 version : 4.5.103.35 | |
| platform & arch : darwin x64 | |
| config : { target_defaults: | |
| { cflags: [], | |
| default_configuration: 'Release', | |
| defines: [], | |
| include_dirs: [], | |
| libraries: [] }, | |
| variables: | |
| { asan: 0, | |
| host_arch: 'x64', | |
| icu_data_file: 'icudt56l.dat', | |
| icu_data_in: '../../deps/icu/source/data/in/icudt56l.dat', | |
| icu_endianness: 'l', | |
| icu_gyp_path: 'tools/icu/icu-generic.gyp', | |
| icu_locales: 'en,root', | |
| icu_path: './deps/icu', | |
| icu_small: true, | |
| icu_ver_major: '56', | |
| llvm_version: 0, | |
| node_byteorder: 'little', | |
| node_install_npm: true, | |
| node_prefix: '/', | |
| node_release_urlbase: 'https://nodejs.org/download/release/', | |
| node_shared_http_parser: false, | |
| node_shared_libuv: false, | |
| node_shared_openssl: false, | |
| node_shared_zlib: false, | |
| node_tag: '', | |
| node_use_dtrace: true, | |
| node_use_etw: false, | |
| node_use_lttng: false, | |
| node_use_openssl: true, | |
| node_use_perfctr: false, | |
| openssl_fips: '', | |
| openssl_no_asm: 0, | |
| target_arch: 'x64', | |
| uv_parent_path: '/deps/uv/', | |
| uv_use_dtrace: true, | |
| v8_enable_gdbjit: 0, | |
| v8_enable_i18n_support: 1, | |
| v8_no_strict_aliasing: 1, | |
| v8_optimized_debug: 0, | |
| v8_random_seed: 0, | |
| v8_use_snapshot: true, | |
| want_separate_host_toolset: 0 } } | |
| Richards : 26148 | |
| DeltaBlue : 51341 | |
| Crypto : 26083 | |
| RayTrace : 62011 | |
| EarleyBoyer : 35834 | |
| RegExp : 4842 | |
| Splay : 16200 | |
| SplayLatency : 23905 | |
| NavierStokes : 24930 | |
| PdfJS : 20149 | |
| Mandreel : 13911 | |
| MandreelLatency : 39254 | |
| Gameboy : 62406 | |
| CodeLoad : 14468 | |
| Box2D : 46179 | |
| zlib : 57063 | |
| Typescript : 31789 | |
| ---- | |
| Score (version 9): 27546 | |
| duration 34.017 seconds | |
| -------------------------------- | |
| ** Node 0.12.12 | |
| node version : v0.12.12 | |
| V8 version : 3.28.71.19 | |
| platform & arch : darwin x64 | |
| config : { target_defaults: | |
| { cflags: [], | |
| default_configuration: 'Release', | |
| defines: [], | |
| include_dirs: [], | |
| libraries: [] }, | |
| variables: | |
| { clang: 1, | |
| host_arch: 'x64', | |
| icu_data_file: 'icudt55l.dat', | |
| icu_data_in: '../../deps/icu/source/data/in/icudt55l.dat', | |
| icu_endianness: 'l', | |
| icu_gyp_path: 'tools/icu/icu-generic.gyp', | |
| icu_locales: 'en,root', | |
| icu_path: './deps/icu', | |
| icu_small: true, | |
| icu_ver_major: '55', | |
| node_install_npm: true, | |
| node_prefix: '/', | |
| node_shared_cares: false, | |
| node_shared_http_parser: false, | |
| node_shared_libuv: false, | |
| node_shared_openssl: false, | |
| node_shared_v8: false, | |
| node_shared_zlib: false, | |
| node_tag: '', | |
| node_use_dtrace: true, | |
| node_use_etw: false, | |
| node_use_mdb: false, | |
| node_use_openssl: true, | |
| node_use_perfctr: false, | |
| openssl_no_asm: 0, | |
| python: '/usr/bin/python', | |
| target_arch: 'x64', | |
| uv_library: 'static_library', | |
| uv_parent_path: '/deps/uv/', | |
| uv_use_dtrace: true, | |
| v8_enable_gdbjit: 0, | |
| v8_enable_i18n_support: 1, | |
| v8_no_strict_aliasing: 1, | |
| v8_optimized_debug: 0, | |
| v8_random_seed: 0, | |
| v8_use_snapshot: false, | |
| want_separate_host_toolset: 0 } } | |
| Richards : 28040 | |
| DeltaBlue : 45423 | |
| Crypto : 26013 | |
| RayTrace : 51230 | |
| EarleyBoyer : 34557 | |
| RegExp : 4799 | |
| Splay : 13612 | |
| SplayLatency : 23279 | |
| NavierStokes : 24413 | |
| PdfJS : 19123 | |
| Mandreel : 24777 | |
| MandreelLatency : 18601 | |
| Gameboy : 54713 | |
| CodeLoad : 10111 | |
| Box2D : 13970 | |
| zlib : 35830 | |
| Typescript : 27193 | |
| ---- | |
| Score (version 9): 23033 | |
| duration 36.158 seconds |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment