Crates.io | psi-test |
lib.rs | psi-test |
version | 0.3.8 |
source | src |
created_at | 2022-04-05 22:22:13.040915 |
updated_at | 2024-06-14 15:08:23.312604 |
description | PSI Test is a tool for run multiple time Page Speed Insight test. |
homepage | https://github.com/igorbrasileiro/psi-sample-test |
repository | https://github.com/igorbrasileiro/psi-sample-test |
max_upload_size | |
id | 562820 |
size | 552,075 |
PSI Test tool is an open source tool to assist web developers that runs Page Speed Insight test manually!
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
:warning: 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
Using the default number-of-runs that is 20.
psi-test --token=<<your_token>> <<page_url>>
psi-test --token=<<your_token>> --number-of-values=10 <<page_url>>
For more information run:
psi-test --help