Skip to content

katzhang-ias/tm-performance-tester

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

What it does

  • Automated opening a test page, reading/detecting performance metrics
  • Calculate means and standard deviations of collected metric results

Prerequisites

Usage

  1. Clone the Git repository.
git clone [email protected]:katzhang-ias/tm-performance-tester.git
  1. cd into the tm-performance-tester directory. Install Puppeteer.
npm i puppeteer
  1. Run testing script.
npm start [n] [url]

Optionally pass number of times you want to run and the test page URL. Default number is 1 and test page is in the code. Result should be displayed in your terminal.

About

An automated performance tester made with Puppeteer.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published