bboydflo / perf-matters

this repo contains some tools to extract/report performance of specific webpageges (wip)

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

How it works

To begin using this tool do the following:

# install all the necessary dependencies
npm i

# compile the tool source code from ts to js
npm run build

# clean compiled code
npm run cleanup

Test (run typescript typechecking)

npm test

Docker

First make sure you are in the root folder of this project and docker is up and running

Build the image

docker build -t extract-perf-metrics .

Run the tests for a specific website url

docker run -e TEST_SITE_URL='{YOUR_SITE_URL_GOES_HERE}' extract-perf-metric

This tool can also be used directly from nodejs: TEST_SITE_URL=https://google.com npm start

About

this repo contains some tools to extract/report performance of specific webpageges (wip)


Languages

Language:TypeScript 75.9%Language:JavaScript 12.8%Language:Dockerfile 11.4%