Skip to content

A tool to calculate mean and standard deviation from multiple tests using PageSpeed Insights API.

License

Notifications You must be signed in to change notification settings

igorbrasileiro/psi-sample-test

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

26 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

psi-sample

PSI Test tool is an open source tool to assist web developers that runs Page Speed Insight test manually!

Installing

To install the psi-test tool, run inside the terminal:

cargo install psi-test

If you don't have Cargo package manager for Rust install it. For more information about installation https://doc.rust-lang.org/cargo/getting-started/installation.html

Using PSI-Test Tool

⚠️ get the google page speed insight API token here: https://developers.google.com/speed/docs/insights/v5/get-started#APIKey

Examples of how to run psi-test tool

Default

Using the default number-of-runs that is 20.

psi-test --token=<<your_token>> <<page_url>>

Passing number-of-runs flag

psi-test --token=<<your_token>> --number-of-values=10 <<page_url>>

For more information run:

psi-test --help

About

A tool to calculate mean and standard deviation from multiple tests using PageSpeed Insights API.

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published