A simple comparison of the performance of the browser JS engine with different Windows operating systems in the same hardware configuration

Source: Internet
Author: User

The recent Department of the Windows Client test product single point of performance, feel not in the Windows version and browser core situation may be different performance, also has not found a good comparison tool, today with Chrome's console simple test of the simple addition of the next JS performance comparison.

The Windows system used and the version of Chrome

WIN10 1709 x64 Chrome 60

WIN7SP1 x64 Chrome 62

WINXPSP3 x86 chrome49 (Chrome supports last version of XP)

The simplest contrast function to use:

function foo () {
for (var i = 1; i <=; i++) {
Console.time (i);
for (var j = 0; J <256*256*256; J + +) {};
Console.timeend (i);
}
}
Foo ()

The comparison results are:

WIN10:

The Win7 is:

The WinXP is:

In the case of the same hardware configuration win10 outright ....

A simple comparison of the performance of the browser JS engine with different Windows operating systems in the same hardware configuration

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.