js-perf-tests

Benchmarks

🇷🇺 На русском языке

This project was created with the aim of testing javascript constructs that can potentially improve the productivity of mobile applications.

Performance testing is based on a well-known package Benchmark.js .

Testing is performed for distributed operating systems for two environments:

The test results can be viewed at the links

Basic conditions and rules for obtaining results

When conducting tests, the following conditions must be observed

Testing Node.js

Start the test data collection server for Node JS

yarn ru-node-server

run the tests

yarn node-benchmark

after completing all the tests, you can stop the information collection server for NodeJS in one of the following ways:

Testing browsers

Start the server for collecting information about tests for browsers

yarn ru-browsers-server

run the tests

yarn browser-benchmark

after completing all the tests, you can stop the server collecting information for browsers in one of the ways: