Currently it is possible to run jest tests only in single thread mode. To run the jest tests, you need to install dependencies and run the tests.
cd <viewer-package-folder>
npm install
// run all tests
npm run test
// run only performance tests
npm run performance
The perfomance test results will be in {viewer-package-folder}/model_load_results.csv
.